Color Hex Logo

#cc0bce Color Hex

#CC0BCE
(204,11,206)
0 Favorites   0 Comments

Color spaces of #cc0bce

RGB 20411206
HSL0.830.900.43
HSV299°95°81°
CMYK 0.010.950.00   0.19
XYZ36.162117.532959.8708
Yxy17.53290.31840.1544
Hunter Lab41.872380.8811-55.4647
CIE-Lab48.924682.4582-51.9118

#cc0bce color RGB value is (204,11,206).

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

The process color (four color CMYK) of #cc0bce color hex is 0.01, 0.95, 0.00, 0.19. Web safe color of #cc0bce is #cc00cc. Color #cc0bce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 00001011 11001110
Octal 314 13 316
Decimal 204 11 206
Hex CC B CE

RGB Percentages of Color #cc0bce

%48.46
%2.61
%48.93

CMYK Percentages of Color #cc0bce

%1
%95
%0
%19

Triadic Colors of #cc0bce

#cc0bce #cecc0b #0bcecc

Analogous Colors of #cc0bce

#cc0bce #ce0b6f #6b0bce

Monochromatic Colors of #cc0bce

#cc0bce

Complementary Color

#cc0bce #0dce0b

#cc0bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cc0bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#cc0bce Color CSS Codes

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

#cc0bce Text Font Color

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

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


#cc0bce Background Color

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

This div background color is #cc0bce


#cc0bce Border Color

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

This div border color is #cc0bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cc0bce


Comments

No comments written yet.

Please login to write comment.