Color Hex Logo

#c03bef Color Hex

#C03BEF
(192,59,239)
0 Favorites   0 Comments

Color spaces of #c03bef

RGB 19259239
HSL0.790.850.58
HSV284°75°94°
CMYK 0.200.750.00   0.06
XYZ38.882220.566483.5817
Yxy20.56640.27180.1438
Hunter Lab45.350273.6789-77.5280
CIE-Lab52.471676.0347-65.0702

#c03bef color RGB value is (192,59,239).

#c03bef hex color red value is 192, green value is 59 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #c03bef hue: 0.79 , saturation: 0.85 and the lightness value of c03bef is 0.58.

The process color (four color CMYK) of #c03bef color hex is 0.20, 0.75, 0.00, 0.06. Web safe color of #c03bef is #cc33ff. Color #c03bef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 11101111
Octal 300 73 357
Decimal 192 59 239
Hex C0 3B EF

RGB Percentages of Color #c03bef

%39.18
%12.04
%48.78

CMYK Percentages of Color #c03bef

%20
%75
%0
%6

Triadic Colors of #c03bef

#c03bef #efc03b #3befc0

Analogous Colors of #c03bef

#c03bef #ef3bc4 #663bef

Monochromatic Colors of #c03bef

#c03bef

Complementary Color

#c03bef #6aef3b

#c03bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bef Color CSS Codes

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

#c03bef Text Font Color

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

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


#c03bef Background Color

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

This div background color is #c03bef


#c03bef Border Color

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

This div border color is #c03bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bef


Comments

No comments written yet.

Please login to write comment.