color codes Logo

#c00beb color codes

#C00BEB
(192,11,235)
0 Favorites   0 Comments

Color spaces of #c00beb

RGB 19211235
HSL0.800.910.48
HSV288°95°92°
CMYK 0.180.950.00   0.08
XYZ36.853317.444080.0219
Yxy17.44400.27440.1299
Hunter Lab41.766084.4135-84.3609
CIE-Lab48.814785.2258-68.7377

#c00beb color RGB value is (192,11,235).

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

The process color (four color CMYK) of #c00beb color code is 0.18, 0.95, 0.00, 0.08. Web safe color of #c00beb is #cc00ff. Color #c00beb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 11101011
Octal 300 13 353
Decimal 192 11 235
Hex C0 B EB

RGB Percentages of Color #c00beb

%43.84
%2.51
%53.65

CMYK Percentages of Color #c00beb

%18
%95
%0
%8

Triadic Colors of #c00beb

#c00beb #ebc00b #0bebc0

Analogous Colors of #c00beb

#c00beb #eb0ba6 #500beb

Monochromatic Colors of #c00beb

#c00beb

Complementary Color

#c00beb #36eb0b

#c00beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00beb Color CSS Codes

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

#c00beb Text Font Color

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

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


#c00beb Background Color

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

This div background color is #c00beb


#c00beb Border Color

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

This div border color is #c00beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00beb


Comments

No comments written yet.

Please login to write comment.