Color Hex Logo

#c03bff Color Hex

#C03BFF
(192,59,255)
0 Favorites   0 Comments

Color spaces of #c03bff

RGB 19259255
HSL0.781.000.62
HSV281°77°100°
CMYK 0.250.770.00   0.00
XYZ41.352221.554496.5887
Yxy21.55440.25930.1351
Hunter Lab46.426777.7429-90.8515
CIE-Lab53.551079.0811-72.2544

#c03bff color RGB value is (192,59,255).

#c03bff hex color red value is 192, green value is 59 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #c03bff hue: 0.78 , saturation: 1.00 and the lightness value of c03bff is 0.62.

The process color (four color CMYK) of #c03bff color hex is 0.25, 0.77, 0.00, 0.00. Web safe color of #c03bff is #cc33ff. Color #c03bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 00111011 11111111
Octal 300 73 377
Decimal 192 59 255
Hex C0 3B FF

RGB Percentages of Color #c03bff

%37.94
%11.66
%50.40

CMYK Percentages of Color #c03bff

%25
%77
%0
%0

Triadic Colors of #c03bff

#c03bff #ffc03b #3bffc0

Analogous Colors of #c03bff

#c03bff #ff3bdc #5e3bff

Monochromatic Colors of #c03bff

#c03bff

Complementary Color

#c03bff #7aff3b

#c03bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c03bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#c03bff Color CSS Codes

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

#c03bff Text Font Color

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

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


#c03bff Background Color

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

This div background color is #c03bff


#c03bff Border Color

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

This div border color is #c03bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c03bff


Comments

No comments written yet.

Please login to write comment.