color codes Logo

#c00bea color codes

#C00BEA
(192,11,234)
0 Favorites   0 Comments

Color spaces of #c00bea

RGB 19211234
HSL0.800.910.48
HSV289°95°92°
CMYK 0.180.950.00   0.08
XYZ36.709217.386379.2630
Yxy17.38630.27530.1304
Hunter Lab41.696984.1787-83.5185
CIE-Lab48.743185.0584-68.2887

#c00bea color RGB value is (192,11,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000000 00001011 11101010
Octal 300 13 352
Decimal 192 11 234
Hex C0 B EA

RGB Percentages of Color #c00bea

%43.94
%2.52
%53.55

CMYK Percentages of Color #c00bea

%18
%95
%0
%8

Triadic Colors of #c00bea

#c00bea #eac00b #0beac0

Analogous Colors of #c00bea

#c00bea #ea0ba5 #510bea

Monochromatic Colors of #c00bea

#c00bea

Complementary Color

#c00bea #35ea0b

#c00bea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c00bea Color Preview on White Background

Lorem ipsum dolor sit amet.

#c00bea Color CSS Codes

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

#c00bea Text Font Color

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

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


#c00bea Background Color

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

This div background color is #c00bea


#c00bea Border Color

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

This div border color is #c00bea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c00bea


Comments

No comments written yet.

Please login to write comment.