Color Hex Logo

#d466ae Color Hex

#D466AE
(212,102,174)
0 Favorites   0 Comments

Color spaces of #d466ae

RGB 212102174
HSL0.890.560.62
HSV321°52°83°
CMYK 0.000.520.18   0.17
XYZ39.542726.555843.0860
Yxy26.55580.36220.2432
Hunter Lab51.532346.7882-13.4995
CIE-Lab58.560951.8778-18.2792

#d466ae color RGB value is (212,102,174).

#d466ae hex color red value is 212, green value is 102 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d466ae hue: 0.89 , saturation: 0.56 and the lightness value of d466ae is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100110 10101110
Octal 324 146 256
Decimal 212 102 174
Hex D4 66 AE

RGB Percentages of Color #d466ae

%43.44
%20.90
%35.66

CMYK Percentages of Color #d466ae

%0
%52
%18
%17

Triadic Colors of #d466ae

#d466ae #aed466 #66aed4

Analogous Colors of #d466ae

#d466ae #d46677 #c366d4

Monochromatic Colors of #d466ae

#d466ae

Complementary Color

#d466ae #66d48c

#d466ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d466ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d466ae Color CSS Codes

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

#d466ae Text Font Color

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

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


#d466ae Background Color

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

This div background color is #d466ae


#d466ae Border Color

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

This div border color is #d466ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d466ae


Comments

No comments written yet.

Please login to write comment.