Color Hex Logo

#d060ae Color Hex

#D060AE
(208,96,174)
0 Favorites   0 Comments

Color spaces of #d060ae

RGB 20896174
HSL0.880.540.60
HSV318°54°82°
CMYK 0.000.540.16   0.18
XYZ37.835324.831642.8432
Yxy24.83160.35860.2353
Hunter Lab49.831348.3245-16.0935
CIE-Lab56.911053.5381-20.8475

#d060ae color RGB value is (208,96,174).

#d060ae hex color red value is 208, green value is 96 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d060ae hue: 0.88 , saturation: 0.54 and the lightness value of d060ae is 0.60.

The process color (four color CMYK) of #d060ae color hex is 0.00, 0.54, 0.16, 0.18. Web safe color of #d060ae is #cc6699. Color #d060ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100000 10101110
Octal 320 140 256
Decimal 208 96 174
Hex D0 60 AE

RGB Percentages of Color #d060ae

%43.51
%20.08
%36.40

CMYK Percentages of Color #d060ae

%0
%54
%16
%18

Triadic Colors of #d060ae

#d060ae #aed060 #60aed0

Analogous Colors of #d060ae

#d060ae #d06076 #ba60d0

Monochromatic Colors of #d060ae

#d060ae

Complementary Color

#d060ae #60d082

#d060ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d060ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d060ae Color CSS Codes

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

#d060ae Text Font Color

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

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


#d060ae Background Color

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

This div background color is #d060ae


#d060ae Border Color

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

This div border color is #d060ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d060ae


Comments

No comments written yet.

Please login to write comment.