Color Hex Logo

#d05a8a Color Hex

#D05A8A
(208,90,138)
0 Favorites   0 Comments

Color spaces of #d05a8a

RGB 20890138
HSL0.930.560.58
HSV336°57°82°
CMYK 0.000.570.34   0.18
XYZ34.256022.557226.5932
Yxy22.55720.41070.2704
Hunter Lab47.494445.63030.0483
CIE-Lab54.613351.4571-3.2693

#d05a8a color RGB value is (208,90,138).

#d05a8a hex color red value is 208, green value is 90 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #d05a8a hue: 0.93 , saturation: 0.56 and the lightness value of d05a8a is 0.58.

The process color (four color CMYK) of #d05a8a color hex is 0.00, 0.57, 0.34, 0.18. Web safe color of #d05a8a is #cc6699. Color #d05a8a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01011010 10001010
Octal 320 132 212
Decimal 208 90 138
Hex D0 5A 8A

RGB Percentages of Color #d05a8a

%47.71
%20.64
%31.65

CMYK Percentages of Color #d05a8a

%0
%57
%34
%18

Triadic Colors of #d05a8a

#d05a8a #8ad05a #5a8ad0

Analogous Colors of #d05a8a

#d05a8a #d0655a #d05ac5

Monochromatic Colors of #d05a8a

#d05a8a

Complementary Color

#d05a8a #5ad0a0

#d05a8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d05a8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#d05a8a Color CSS Codes

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

#d05a8a Text Font Color

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

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


#d05a8a Background Color

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

This div background color is #d05a8a


#d05a8a Border Color

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

This div border color is #d05a8a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,90,138, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d05a8a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d05a8a


Comments

No comments written yet.

Please login to write comment.