Color Hex Logo

#d801ae Color Hex

#D801AE
(216,1,174)
0 Favorites   0 Comments

Color spaces of #d801ae

RGB 2161174
HSL0.870.990.43
HSV312°100°85°
CMYK 0.001.000.19   0.15
XYZ35.969717.676641.5605
Yxy17.67660.37780.1857
Hunter Lab42.043579.1367-29.1783
CIE-Lab49.101581.0521-32.8347

#d801ae color RGB value is (216,1,174).

#d801ae hex color red value is 216, green value is 1 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d801ae hue: 0.87 , saturation: 0.99 and the lightness value of d801ae is 0.43.

The process color (four color CMYK) of #d801ae color hex is 0.00, 1.00, 0.19, 0.15. Web safe color of #d801ae is #cc0099. Color #d801ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00000001 10101110
Octal 330 1 256
Decimal 216 1 174
Hex D8 1 AE

RGB Percentages of Color #d801ae

%55.24
%0.26
%44.50

CMYK Percentages of Color #d801ae

%0
%100
%19
%15

Triadic Colors of #d801ae

#d801ae #aed801 #01aed8

Analogous Colors of #d801ae

#d801ae #d80143 #9701d8

Monochromatic Colors of #d801ae

#d801ae

Complementary Color

#d801ae #01d82b

#d801ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d801ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d801ae Color CSS Codes

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

#d801ae Text Font Color

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

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


#d801ae Background Color

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

This div background color is #d801ae


#d801ae Border Color

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

This div border color is #d801ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d801ae


Comments

No comments written yet.

Please login to write comment.