Color Hex Logo

#d36cae Color Hex

#D36CAE
(211,108,174)
0 Favorites   0 Comments

Color spaces of #d36cae

RGB 211108174
HSL0.890.540.63
HSV322°49°83°
CMYK 0.000.490.18   0.17
XYZ39.866527.630043.2763
Yxy27.63000.35990.2494
Hunter Lab52.564243.3930-12.0187
CIE-Lab59.553048.6177-16.7845

#d36cae color RGB value is (211,108,174).

#d36cae hex color red value is 211, green value is 108 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d36cae hue: 0.89 , saturation: 0.54 and the lightness value of d36cae is 0.63.

The process color (four color CMYK) of #d36cae color hex is 0.00, 0.49, 0.18, 0.17. Web safe color of #d36cae is #cc6699. Color #d36cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 01101100 10101110
Octal 323 154 256
Decimal 211 108 174
Hex D3 6C AE

RGB Percentages of Color #d36cae

%42.80
%21.91
%35.29

CMYK Percentages of Color #d36cae

%0
%49
%18
%17

Triadic Colors of #d36cae

#d36cae #aed36c #6caed3

Analogous Colors of #d36cae

#d36cae #d36c7b #c56cd3

Monochromatic Colors of #d36cae

#d36cae

Complementary Color

#d36cae #6cd391

#d36cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d36cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d36cae Color CSS Codes

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

#d36cae Text Font Color

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

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


#d36cae Background Color

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

This div background color is #d36cae


#d36cae Border Color

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

This div border color is #d36cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d36cae


Comments

No comments written yet.

Please login to write comment.