Color Hex Logo

#cc0bae Color Hex

#CC0BAE
(204,11,174)
0 Favorites   0 Comments

Color spaces of #cc0bae

RGB 20411174
HSL0.860.900.42
HSV309°95°80°
CMYK 0.000.950.15   0.20
XYZ32.661516.132741.4369
Yxy16.13270.36200.1788
Hunter Lab40.165574.8616-33.0508
CIE-Lab47.148178.0258-36.0587

#cc0bae color RGB value is (204,11,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001011 10101110
Octal 314 13 256
Decimal 204 11 174
Hex CC B AE

RGB Percentages of Color #cc0bae

%52.44
%2.83
%44.73

CMYK Percentages of Color #cc0bae

%0
%95
%15
%20

Triadic Colors of #cc0bae

#cc0bae #aecc0b #0baecc

Analogous Colors of #cc0bae

#cc0bae #cc0b4e #8a0bcc

Monochromatic Colors of #cc0bae

#cc0bae

Complementary Color

#cc0bae #0bcc29

#cc0bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0bae Color CSS Codes

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

#cc0bae Text Font Color

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

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


#cc0bae Background Color

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

This div background color is #cc0bae


#cc0bae Border Color

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

This div border color is #cc0bae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,11,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0bae


Comments

No comments written yet.

Please login to write comment.