Color Hex Logo

#c03bcb Color Hex

#C03BCB
(192,59,203)
0 Favorites   0 Comments

Color spaces of #c03bcb

RGB 19259203
HSL0.820.580.51
HSV295°71°80°
CMYK 0.050.710.00   0.20
XYZ34.081718.646258.3027
Yxy18.64620.30700.1679
Hunter Lab43.181265.3177-49.8256
CIE-Lab50.270769.5707-48.1477

#c03bcb color RGB value is (192,59,203).

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

The process color (four color CMYK) of #c03bcb color hex is 0.05, 0.71, 0.00, 0.20. Web safe color of #c03bcb is #cc33cc. Color #c03bcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 11001011
Octal 300 73 313
Decimal 192 59 203
Hex C0 3B CB

RGB Percentages of Color #c03bcb

%42.29
%13.00
%44.71

CMYK Percentages of Color #c03bcb

%5
%71
%0
%20

Triadic Colors of #c03bcb

#c03bcb #cbc03b #3bcbc0

Analogous Colors of #c03bcb

#c03bcb #cb3b8e #783bcb

Monochromatic Colors of #c03bcb

#c03bcb

Complementary Color

#c03bcb #46cb3b

#c03bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bcb Color CSS Codes

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

#c03bcb Text Font Color

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

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


#c03bcb Background Color

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

This div background color is #c03bcb


#c03bcb Border Color

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

This div border color is #c03bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bcb


Comments

No comments written yet.

Please login to write comment.