Color Hex Logo

#d000ae Color Hex

#D000AE
(208,0,174)
0 Favorites   0 Comments

Color spaces of #d000ae

RGB 2080174
HSL0.861.000.41
HSV310°100°82°
CMYK 0.001.000.16   0.18
XYZ33.652416.465941.4490
Yxy16.46590.36750.1798
Hunter Lab40.578277.0222-32.1576
CIE-Lab47.579979.6711-35.3283

#d000ae color RGB value is (208,0,174).

#d000ae hex color red value is 208, green value is 0 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d000ae hue: 0.86 , saturation: 1.00 and the lightness value of d000ae is 0.41.

The process color (four color CMYK) of #d000ae color hex is 0.00, 1.00, 0.16, 0.18. Web safe color of #d000ae is #cc0099. Color #d000ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00000000 10101110
Octal 320 0 256
Decimal 208 0 174
Hex D0 0 AE

RGB Percentages of Color #d000ae

%54.45
%0.00
%45.55

CMYK Percentages of Color #d000ae

%0
%100
%16
%18

Triadic Colors of #d000ae

#d000ae #aed000 #00aed0

Analogous Colors of #d000ae

#d000ae #d00046 #8a00d0

Monochromatic Colors of #d000ae

#d000ae

Complementary Color

#d000ae #00d022

#d000ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d000ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d000ae Color CSS Codes

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

#d000ae Text Font Color

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

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


#d000ae Background Color

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

This div background color is #d000ae


#d000ae Border Color

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

This div border color is #d000ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d000ae


Comments

No comments written yet.

Please login to write comment.