Color Hex Logo

#d03aab Color Hex

#D03AAB
(208,58,171)
0 Favorites   0 Comments

Color spaces of #d03aab

RGB 20858171
HSL0.870.610.52
HSV315°72°82°
CMYK 0.000.720.18   0.18
XYZ34.876219.376340.4299
Yxy19.37630.36830.2046
Hunter Lab44.018564.3945-23.6434
CIE-Lab51.124668.6291-28.0190

#d03aab color RGB value is (208,58,171).

#d03aab hex color red value is 208, green value is 58 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d03aab hue: 0.87 , saturation: 0.61 and the lightness value of d03aab is 0.52.

The process color (four color CMYK) of #d03aab color hex is 0.00, 0.72, 0.18, 0.18. Web safe color of #d03aab is #cc3399. Color #d03aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111010 10101011
Octal 320 72 253
Decimal 208 58 171
Hex D0 3A AB

RGB Percentages of Color #d03aab

%47.60
%13.27
%39.13

CMYK Percentages of Color #d03aab

%0
%72
%18
%18

Triadic Colors of #d03aab

#d03aab #abd03a #3aabd0

Analogous Colors of #d03aab

#d03aab #d03a60 #aa3ad0

Monochromatic Colors of #d03aab

#d03aab

Complementary Color

#d03aab #3ad05f

#d03aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03aab Color CSS Codes

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

#d03aab Text Font Color

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

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


#d03aab Background Color

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

This div background color is #d03aab


#d03aab Border Color

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

This div border color is #d03aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03aab


Comments

No comments written yet.

Please login to write comment.