Color Hex Logo

#d021ae Color Hex

#D021AE
(208,33,174)
0 Favorites   0 Comments

Color spaces of #d021ae

RGB 20833174
HSL0.870.730.47
HSV312°84°82°
CMYK 0.000.840.16   0.18
XYZ34.196317.553641.6302
Yxy17.55360.36620.1880
Hunter Lab41.897072.3717-29.5845
CIE-Lab48.950175.6604-33.1767

#d021ae color RGB value is (208,33,174).

#d021ae hex color red value is 208, green value is 33 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d021ae hue: 0.87 , saturation: 0.73 and the lightness value of d021ae is 0.47.

The process color (four color CMYK) of #d021ae color hex is 0.00, 0.84, 0.16, 0.18. Web safe color of #d021ae is #cc3399. Color #d021ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100001 10101110
Octal 320 41 256
Decimal 208 33 174
Hex D0 21 AE

RGB Percentages of Color #d021ae

%50.12
%7.95
%41.93

CMYK Percentages of Color #d021ae

%0
%84
%16
%18

Triadic Colors of #d021ae

#d021ae #aed021 #21aed0

Analogous Colors of #d021ae

#d021ae #d02156 #9b21d0

Monochromatic Colors of #d021ae

#d021ae

Complementary Color

#d021ae #21d043

#d021ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d021ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d021ae Color CSS Codes

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

#d021ae Text Font Color

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

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


#d021ae Background Color

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

This div background color is #d021ae


#d021ae Border Color

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

This div border color is #d021ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d021ae


Comments

No comments written yet.

Please login to write comment.