Color Hex Logo

#c00bef Color Hex

#C00BEF
(192,11,239)
0 Favorites   0 Comments

Color spaces of #c00bef

RGB 19211239
HSL0.800.910.49
HSV288°95°94°
CMYK 0.200.950.00   0.06
XYZ37.437917.677883.1003
Yxy17.67780.27090.1279
Hunter Lab42.045085.3622-87.7530
CIE-Lab49.103085.9010-70.5260

#c00bef color RGB value is (192,11,239).

#c00bef hex color red value is 192, green value is 11 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c00bef hue: 0.80 , saturation: 0.91 and the lightness value of c00bef is 0.49.

The process color (four color CMYK) of #c00bef color hex is 0.20, 0.95, 0.00, 0.06. Web safe color of #c00bef is #cc00ff. Color #c00bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 11101111
Octal 300 13 357
Decimal 192 11 239
Hex C0 B EF

RGB Percentages of Color #c00bef

%43.44
%2.49
%54.07

CMYK Percentages of Color #c00bef

%20
%95
%0
%6

Triadic Colors of #c00bef

#c00bef #efc00b #0befc0

Analogous Colors of #c00bef

#c00bef #ef0bac #4e0bef

Monochromatic Colors of #c00bef

#c00bef

Complementary Color

#c00bef #3aef0b

#c00bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00bef Color CSS Codes

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

#c00bef Text Font Color

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

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


#c00bef Background Color

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

This div background color is #c00bef


#c00bef Border Color

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

This div border color is #c00bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00bef


Comments

No comments written yet.

Please login to write comment.