Color Hex Logo

#d20cae Color Hex

#D20CAE
(210,12,174)
0 Favorites   0 Comments

Color spaces of #d20cae

RGB 21012174
HSL0.860.890.44
HSV311°94°82°
CMYK 0.000.940.17   0.18
XYZ34.349817.020641.5193
Yxy17.02060.36980.1832
Hunter Lab41.256076.4212-30.7891
CIE-Lab48.286079.0544-34.1928

#d20cae color RGB value is (210,12,174).

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

The process color (four color CMYK) of #d20cae color hex is 0.00, 0.94, 0.17, 0.18. Web safe color of #d20cae is #cc0099. Color #d20cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010010 00001100 10101110
Octal 322 14 256
Decimal 210 12 174
Hex D2 C AE

RGB Percentages of Color #d20cae

%53.03
%3.03
%43.94

CMYK Percentages of Color #d20cae

%0
%94
%17
%18

Triadic Colors of #d20cae

#d20cae #aed20c #0caed2

Analogous Colors of #d20cae

#d20cae #d20c4b #930cd2

Monochromatic Colors of #d20cae

#d20cae

Complementary Color

#d20cae #0cd230

#d20cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d20cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d20cae Color CSS Codes

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

#d20cae Text Font Color

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

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


#d20cae Background Color

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

This div background color is #d20cae


#d20cae Border Color

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

This div border color is #d20cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d20cae


Comments

No comments written yet.

Please login to write comment.