color codes Logo

#d50cd6 color codes

#D50CD6
(213,12,214)
0 Favorites   0 Comments

Color spaces of #d50cd6

RGB 21312214
HSL0.830.890.44
HSV300°94°84°
CMYK 0.000.940.00   0.16
XYZ39.709619.264165.2437
Yxy19.26410.31970.1551
Hunter Lab43.890984.6861-57.4108
CIE-Lab50.994885.0149-53.1042

#d50cd6 color RGB value is (213,12,214).

#d50cd6 hex color red value is 213, green value is 12 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #d50cd6 hue: 0.83 , saturation: 0.89 and the lightness value of d50cd6 is 0.44.

The process color (four color CMYK) of #d50cd6 color code is 0.00, 0.94, 0.00, 0.16. Web safe color of #d50cd6 is #cc00cc. Color #d50cd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11010110
Octal 325 14 326
Decimal 213 12 214
Hex D5 C D6

RGB Percentages of Color #d50cd6

%48.52
%2.73
%48.75

CMYK Percentages of Color #d50cd6

%0
%94
%0
%16

Triadic Colors of #d50cd6

#d50cd6 #d6d50c #0cd6d5

Analogous Colors of #d50cd6

#d50cd6 #d60c72 #700cd6

Monochromatic Colors of #d50cd6

#d50cd6

Complementary Color

#d50cd6 #0dd60c

#d50cd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50cd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50cd6 Color CSS Codes

.mybgcolor {background-color:#d50cd6; } 
.myforecolor {color:#d50cd6; }
.mybordercolor {border:3px solid #d50cd6; }

#d50cd6 Text Font Color

<p style="color:#d50cd6">Text here</p>

This sample text font color is #d50cd6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#d50cd6 Background Color

<div style="background-color:#d50cd6">
Div content here</div>

This div background color is #d50cd6


#d50cd6 Border Color

<div style="border:3px solid #d50cd6">
Div here</div>

This div border color is #d50cd6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(213,12,214, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d50cd6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d50cd6;
  -webkit-box-shadow: 1px 1px 3px 2px #d50cd6;
  box-shadow:         1px 1px 3px 2px #d50cd6; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,12,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d50cd6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #d50cd6;
  -webkit-box-shadow: 1px 1px 3px 2px #d50cd6;
  box-shadow:         1px 1px 3px 2px #d50cd6;">
Div content here</div>

This div box has shadow with color #d50cd6


Comments

No comments written yet.

Please login to write comment.