Color Hex Logo

#d03bac Color Hex

#D03BAC
(208,59,172)
0 Favorites   0 Comments

Color spaces of #d03bac

RGB 20859172
HSL0.870.610.52
HSV314°72°82°
CMYK 0.000.720.17   0.18
XYZ35.022819.516440.9509
Yxy19.51640.36680.2044
Hunter Lab44.177464.2003-24.0356
CIE-Lab51.286068.4343-28.3555

#d03bac color RGB value is (208,59,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111011 10101100
Octal 320 73 254
Decimal 208 59 172
Hex D0 3B AC

RGB Percentages of Color #d03bac

%47.38
%13.44
%39.18

CMYK Percentages of Color #d03bac

%0
%72
%17
%18

Triadic Colors of #d03bac

#d03bac #acd03b #3bacd0

Analogous Colors of #d03bac

#d03bac #d03b61 #aa3bd0

Monochromatic Colors of #d03bac

#d03bac

Complementary Color

#d03bac #3bd05f

#d03bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03bac Color CSS Codes

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

#d03bac Text Font Color

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

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


#d03bac Background Color

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

This div background color is #d03bac


#d03bac Border Color

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

This div border color is #d03bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03bac


Comments

No comments written yet.

Please login to write comment.