Color Hex Logo

#d010ae Color Hex

#D010AE
(208,16,174)
0 Favorites   0 Comments

Color spaces of #d010ae

RGB 20816174
HSL0.860.860.44
HSV311°92°82°
CMYK 0.000.920.16   0.18
XYZ33.837716.836541.5107
Yxy16.83650.36710.1826
Hunter Lab41.032375.3953-31.2586
CIE-Lab48.053478.2784-34.5839

#d010ae color RGB value is (208,16,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00010000 10101110
Octal 320 20 256
Decimal 208 16 174
Hex D0 10 AE

RGB Percentages of Color #d010ae

%52.26
%4.02
%43.72

CMYK Percentages of Color #d010ae

%0
%92
%16
%18

Triadic Colors of #d010ae

#d010ae #aed010 #10aed0

Analogous Colors of #d010ae

#d010ae #d0104e #9210d0

Monochromatic Colors of #d010ae

#d010ae

Complementary Color

#d010ae #10d032

#d010ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d010ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d010ae Color CSS Codes

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

#d010ae Text Font Color

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

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


#d010ae Background Color

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

This div background color is #d010ae


#d010ae Border Color

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

This div border color is #d010ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d010ae


Comments

No comments written yet.

Please login to write comment.