Color Hex Logo

#c33bce Color Hex

#C33BCE
(195,59,206)
0 Favorites   0 Comments

Color spaces of #c33bce

RGB 19559206
HSL0.820.600.52
HSV296°71°81°
CMYK 0.050.710.00   0.19
XYZ35.210219.186360.2401
Yxy19.18630.30710.1674
Hunter Lab43.802266.8327-50.8786
CIE-Lab50.904570.7170-48.8344

#c33bce color RGB value is (195,59,206).

#c33bce hex color red value is 195, green value is 59 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c33bce hue: 0.82 , saturation: 0.60 and the lightness value of c33bce is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 11001110
Octal 303 73 316
Decimal 195 59 206
Hex C3 3B CE

RGB Percentages of Color #c33bce

%42.39
%12.83
%44.78

CMYK Percentages of Color #c33bce

%5
%71
%0
%19

Triadic Colors of #c33bce

#c33bce #cec33b #3bcec3

Analogous Colors of #c33bce

#c33bce #ce3b90 #7a3bce

Monochromatic Colors of #c33bce

#c33bce

Complementary Color

#c33bce #46ce3b

#c33bce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bce Color CSS Codes

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

#c33bce Text Font Color

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

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


#c33bce Background Color

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

This div background color is #c33bce


#c33bce Border Color

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

This div border color is #c33bce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bce


Comments

No comments written yet.

Please login to write comment.