Color Hex Logo

#d30cac Color Hex

#D30CAC
(211,12,172)
0 Favorites   0 Comments

Color spaces of #d30cac

RGB 21112172
HSL0.870.890.44
HSV312°94°83°
CMYK 0.000.940.18   0.17
XYZ34.441817.090440.5132
Yxy17.09040.37420.1857
Hunter Lab41.340576.3667-29.1651
CIE-Lab48.373778.9938-32.8604

#d30cac color RGB value is (211,12,172).

#d30cac hex color red value is 211, green value is 12 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d30cac hue: 0.87 , saturation: 0.89 and the lightness value of d30cac is 0.44.

The process color (four color CMYK) of #d30cac color hex is 0.00, 0.94, 0.18, 0.17. Web safe color of #d30cac is #cc0099. Color #d30cac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 00001100 10101100
Octal 323 14 254
Decimal 211 12 172
Hex D3 C AC

RGB Percentages of Color #d30cac

%53.42
%3.04
%43.54

CMYK Percentages of Color #d30cac

%0
%94
%18
%17

Triadic Colors of #d30cac

#d30cac #acd30c #0cacd3

Analogous Colors of #d30cac

#d30cac #d30c48 #970cd3

Monochromatic Colors of #d30cac

#d30cac

Complementary Color

#d30cac #0cd333

#d30cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d30cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d30cac Color CSS Codes

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

#d30cac Text Font Color

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

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


#d30cac Background Color

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

This div background color is #d30cac


#d30cac Border Color

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

This div border color is #d30cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d30cac


Comments

No comments written yet.

Please login to write comment.