Color Hex Logo

#d50cca Color Hex

#D50CCA
(213,12,202)
0 Favorites   0 Comments

Color spaces of #d50cca

RGB 21312202
HSL0.840.890.44
HSV303°94°84°
CMYK 0.000.940.05   0.16
XYZ38.232718.673357.4663
Yxy18.67330.33430.1633
Hunter Lab43.212682.3072-48.5980
CIE-Lab50.302883.3050-47.3121

#d50cca color RGB value is (213,12,202).

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

The process color (four color CMYK) of #d50cca color hex is 0.00, 0.94, 0.05, 0.16. Web safe color of #d50cca is #cc00cc. Color #d50cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 11001010
Octal 325 14 312
Decimal 213 12 202
Hex D5 C CA

RGB Percentages of Color #d50cca

%49.88
%2.81
%47.31

CMYK Percentages of Color #d50cca

%0
%94
%5
%16

Triadic Colors of #d50cca

#d50cca #cad50c #0ccad5

Analogous Colors of #d50cca

#d50cca #d50c66 #7c0cd5

Monochromatic Colors of #d50cca

#d50cca

Complementary Color

#d50cca #0cd517

#d50cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50cca Color CSS Codes

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

#d50cca Text Font Color

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

This sample text font color is #d50cca
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.


#d50cca Background Color

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

This div background color is #d50cca


#d50cca Border Color

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

This div border color is #d50cca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50cca


Comments

No comments written yet.

Please login to write comment.