Color Hex Logo

#d661ae Color Hex

#D661AE
(214,97,174)
0 Favorites   0 Comments

Color spaces of #d661ae

RGB 21497174
HSL0.890.590.61
HSV321°55°84°
CMYK 0.000.550.19   0.16
XYZ39.646225.901542.9543
Yxy25.90150.36540.2387
Hunter Lab50.893549.9884-14.4155
CIE-Lab57.943454.8647-19.1940

#d661ae color RGB value is (214,97,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100001 10101110
Octal 326 141 256
Decimal 214 97 174
Hex D6 61 AE

RGB Percentages of Color #d661ae

%44.12
%20.00
%35.88

CMYK Percentages of Color #d661ae

%0
%55
%19
%16

Triadic Colors of #d661ae

#d661ae #aed661 #61aed6

Analogous Colors of #d661ae

#d661ae #d66174 #c461d6

Monochromatic Colors of #d661ae

#d661ae

Complementary Color

#d661ae #61d689

#d661ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d661ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d661ae Color CSS Codes

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

#d661ae Text Font Color

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

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


#d661ae Background Color

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

This div background color is #d661ae


#d661ae Border Color

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

This div border color is #d661ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d661ae


Comments

No comments written yet.

Please login to write comment.