Color Hex Logo

#d03cac Color Hex

#D03CAC
(208,60,172)
0 Favorites   0 Comments

Color spaces of #d03cac

RGB 20860172
HSL0.870.610.53
HSV315°71°82°
CMYK 0.000.710.17   0.18
XYZ35.074719.620240.9682
Yxy19.62020.36660.2051
Hunter Lab44.294763.8293-23.8311
CIE-Lab51.405168.0980-28.1706

#d03cac color RGB value is (208,60,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111100 10101100
Octal 320 74 254
Decimal 208 60 172
Hex D0 3C AC

RGB Percentages of Color #d03cac

%47.27
%13.64
%39.09

CMYK Percentages of Color #d03cac

%0
%71
%17
%18

Triadic Colors of #d03cac

#d03cac #acd03c #3cacd0

Analogous Colors of #d03cac

#d03cac #d03c62 #aa3cd0

Monochromatic Colors of #d03cac

#d03cac

Complementary Color

#d03cac #3cd060

#d03cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d03cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d03cac Color CSS Codes

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

#d03cac Text Font Color

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

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


#d03cac Background Color

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

This div background color is #d03cac


#d03cac Border Color

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

This div border color is #d03cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d03cac


Comments

No comments written yet.

Please login to write comment.