Color Hex Logo

#d611ae Color Hex

#D611AE
(214,17,174)
0 Favorites   0 Comments

Color spaces of #d611ae

RGB 21417174
HSL0.870.850.45
HSV312°92°84°
CMYK 0.000.920.19   0.16
XYZ35.572017.753041.5962
Yxy17.75300.37480.1870
Hunter Lab42.134376.9640-29.0388
CIE-Lab49.195179.3105-32.7148

#d611ae color RGB value is (214,17,174).

#d611ae hex color red value is 214, green value is 17 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d611ae hue: 0.87 , saturation: 0.85 and the lightness value of d611ae is 0.45.

The process color (four color CMYK) of #d611ae color hex is 0.00, 0.92, 0.19, 0.16. Web safe color of #d611ae is #cc0099. Color #d611ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 00010001 10101110
Octal 326 21 256
Decimal 214 17 174
Hex D6 11 AE

RGB Percentages of Color #d611ae

%52.84
%4.20
%42.96

CMYK Percentages of Color #d611ae

%0
%92
%19
%16

Triadic Colors of #d611ae

#d611ae #aed611 #11aed6

Analogous Colors of #d611ae

#d611ae #d6114c #9c11d6

Monochromatic Colors of #d611ae

#d611ae

Complementary Color

#d611ae #11d639

#d611ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d611ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d611ae Color CSS Codes

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

#d611ae Text Font Color

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

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


#d611ae Background Color

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

This div background color is #d611ae


#d611ae Border Color

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

This div border color is #d611ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d611ae


Comments

No comments written yet.

Please login to write comment.