Color Hex Logo

#d65cae Color Hex

#D65CAE
(214,92,174)
0 Favorites   0 Comments

Color spaces of #d65cae

RGB 21492174
HSL0.890.600.60
HSV320°57°84°
CMYK 0.000.570.19   0.16
XYZ39.198725.006442.8051
Yxy25.00640.36630.2337
Hunter Lab50.006452.4103-15.7473
CIE-Lab57.081757.1683-20.5098

#d65cae color RGB value is (214,92,174).

#d65cae hex color red value is 214, green value is 92 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d65cae hue: 0.89 , saturation: 0.60 and the lightness value of d65cae is 0.60.

The process color (four color CMYK) of #d65cae color hex is 0.00, 0.57, 0.19, 0.16. Web safe color of #d65cae is #cc6699. Color #d65cae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01011100 10101110
Octal 326 134 256
Decimal 214 92 174
Hex D6 5C AE

RGB Percentages of Color #d65cae

%44.58
%19.17
%36.25

CMYK Percentages of Color #d65cae

%0
%57
%19
%16

Triadic Colors of #d65cae

#d65cae #aed65c #5caed6

Analogous Colors of #d65cae

#d65cae #d65c71 #c15cd6

Monochromatic Colors of #d65cae

#d65cae

Complementary Color

#d65cae #5cd684

#d65cae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d65cae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d65cae Color CSS Codes

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

#d65cae Text Font Color

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

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


#d65cae Background Color

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

This div background color is #d65cae


#d65cae Border Color

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

This div border color is #d65cae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d65cae


Comments

No comments written yet.

Please login to write comment.