Color Hex Logo

#c33bef Color Hex

#C33BEF
(195,59,239)
0 Favorites   0 Comments

Color spaces of #c33bef

RGB 19559239
HSL0.790.850.58
HSV285°75°94°
CMYK 0.180.750.00   0.06
XYZ39.649620.962083.6177
Yxy20.96200.27490.1453
Hunter Lab45.784374.4601-76.2348
CIE-Lab52.907976.5803-64.3443

#c33bef color RGB value is (195,59,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 11101111
Octal 303 73 357
Decimal 195 59 239
Hex C3 3B EF

RGB Percentages of Color #c33bef

%39.55
%11.97
%48.48

CMYK Percentages of Color #c33bef

%18
%75
%0
%6

Triadic Colors of #c33bef

#c33bef #efc33b #3befc3

Analogous Colors of #c33bef

#c33bef #ef3bc1 #693bef

Monochromatic Colors of #c33bef

#c33bef

Complementary Color

#c33bef #67ef3b

#c33bef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bef Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bef Color CSS Codes

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

#c33bef Text Font Color

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

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


#c33bef Background Color

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

This div background color is #c33bef


#c33bef Border Color

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

This div border color is #c33bef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bef


Comments

No comments written yet.

Please login to write comment.