Color Hex Logo

#d50cae Color Hex

#D50CAE
(213,12,174)
0 Favorites   0 Comments

Color spaces of #d50cae

RGB 21312174
HSL0.870.890.44
HSV312°94°84°
CMYK 0.000.940.18   0.16
XYZ35.212017.465141.5596
Yxy17.46510.37370.1853
Hunter Lab41.791377.2637-29.7074
CIE-Lab48.840879.6182-33.2831

#d50cae color RGB value is (213,12,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00001100 10101110
Octal 325 14 256
Decimal 213 12 174
Hex D5 C AE

RGB Percentages of Color #d50cae

%53.38
%3.01
%43.61

CMYK Percentages of Color #d50cae

%0
%94
%18
%16

Triadic Colors of #d50cae

#d50cae #aed50c #0caed5

Analogous Colors of #d50cae

#d50cae #d50c49 #980cd5

Monochromatic Colors of #d50cae

#d50cae

Complementary Color

#d50cae #0cd533

#d50cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d50cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d50cae Color CSS Codes

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

#d50cae Text Font Color

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

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


#d50cae Background Color

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

This div background color is #d50cae


#d50cae Border Color

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

This div border color is #d50cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d50cae


Comments

No comments written yet.

Please login to write comment.