Color Hex Logo

#cc0bac Color Hex

#CC0BAC
(204,11,172)
0 Favorites   0 Comments

Color spaces of #cc0bac

RGB 20411172
HSL0.860.900.42
HSV310°95°80°
CMYK 0.000.950.16   0.20
XYZ32.467916.055340.4175
Yxy16.05530.36510.1805
Hunter Lab40.069174.5174-31.7572
CIE-Lab47.047077.7685-35.0346

#cc0bac color RGB value is (204,11,172).

#cc0bac hex color red value is 204, green value is 11 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cc0bac hue: 0.86 , saturation: 0.90 and the lightness value of cc0bac is 0.42.

The process color (four color CMYK) of #cc0bac color hex is 0.00, 0.95, 0.16, 0.20. Web safe color of #cc0bac is #cc0099. Color #cc0bac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001011 10101100
Octal 314 13 254
Decimal 204 11 172
Hex CC B AC

RGB Percentages of Color #cc0bac

%52.71
%2.84
%44.44

CMYK Percentages of Color #cc0bac

%0
%95
%16
%20

Triadic Colors of #cc0bac

#cc0bac #accc0b #0baccc

Analogous Colors of #cc0bac

#cc0bac #cc0b4c #8c0bcc

Monochromatic Colors of #cc0bac

#cc0bac

Complementary Color

#cc0bac #0bcc2b

#cc0bac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0bac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0bac Color CSS Codes

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

#cc0bac Text Font Color

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

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


#cc0bac Background Color

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

This div background color is #cc0bac


#cc0bac Border Color

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

This div border color is #cc0bac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0bac


Comments

No comments written yet.

Please login to write comment.