Color Hex Logo

#c00bce Color Hex

#C00BCE
(192,11,206)
0 Favorites   0 Comments

Color spaces of #c00bce

RGB 19211206
HSL0.820.900.43
HSV296°95°81°
CMYK 0.070.950.00   0.19
XYZ32.998515.902059.7227
Yxy15.90200.30380.1464
Hunter Lab39.877377.9236-60.8822
CIE-Lab46.845780.5299-55.3609

#c00bce color RGB value is (192,11,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 11001110
Octal 300 13 316
Decimal 192 11 206
Hex C0 B CE

RGB Percentages of Color #c00bce

%46.94
%2.69
%50.37

CMYK Percentages of Color #c00bce

%7
%95
%0
%19

Triadic Colors of #c00bce

#c00bce #cec00b #0bcec0

Analogous Colors of #c00bce

#c00bce #ce0b7b #5f0bce

Monochromatic Colors of #c00bce

#c00bce

Complementary Color

#c00bce #19ce0b

#c00bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00bce Color CSS Codes

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

#c00bce Text Font Color

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

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


#c00bce Background Color

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

This div background color is #c00bce


#c00bce Border Color

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

This div border color is #c00bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00bce


Comments

No comments written yet.

Please login to write comment.