Color Hex Logo

#d90cca Color Hex

#D90CCA
(217,12,202)
0 Favorites   0 Comments

Color spaces of #d90cca

RGB 21712202
HSL0.850.900.45
HSV304°94°85°
CMYK 0.000.940.07   0.15
XYZ39.407419.278957.5213
Yxy19.27890.33910.1659
Hunter Lab43.907783.3660-46.9374
CIE-Lab51.011983.9903-46.1409

#d90cca color RGB value is (217,12,202).

#d90cca hex color red value is 217, green value is 12 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #d90cca hue: 0.85 , saturation: 0.90 and the lightness value of d90cca is 0.45.

The process color (four color CMYK) of #d90cca color hex is 0.00, 0.94, 0.07, 0.15. Web safe color of #d90cca is #cc00cc. Color #d90cca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00001100 11001010
Octal 331 14 312
Decimal 217 12 202
Hex D9 C CA

RGB Percentages of Color #d90cca

%50.35
%2.78
%46.87

CMYK Percentages of Color #d90cca

%0
%94
%7
%15

Triadic Colors of #d90cca

#d90cca #cad90c #0ccad9

Analogous Colors of #d90cca

#d90cca #d90c63 #820cd9

Monochromatic Colors of #d90cca

#d90cca

Complementary Color

#d90cca #0cd91b

#d90cca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d90cca Color Preview on White Background

Lorem ipsum dolor sit amet.

#d90cca Color CSS Codes

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

#d90cca Text Font Color

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

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


#d90cca Background Color

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

This div background color is #d90cca


#d90cca Border Color

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

This div border color is #d90cca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,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 #d90cca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d90cca


Comments

No comments written yet.

Please login to write comment.