Color Hex Logo

#c33bbe Color Hex

#C33BBE
(195,59,190)
0 Favorites   0 Comments

Color spaces of #c33bbe

RGB 19559190
HSL0.840.540.50
HSV302°70°76°
CMYK 0.000.700.03   0.24
XYZ33.363918.447750.5175
Yxy18.44770.32600.1803
Hunter Lab42.950863.4938-39.6697
CIE-Lab50.034768.0764-40.9779

#c33bbe color RGB value is (195,59,190).

#c33bbe hex color red value is 195, green value is 59 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c33bbe hue: 0.84 , saturation: 0.54 and the lightness value of c33bbe is 0.50.

The process color (four color CMYK) of #c33bbe color hex is 0.00, 0.70, 0.03, 0.24. Web safe color of #c33bbe is #cc33cc. Color #c33bbe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 10111110
Octal 303 73 276
Decimal 195 59 190
Hex C3 3B BE

RGB Percentages of Color #c33bbe

%43.92
%13.29
%42.79

CMYK Percentages of Color #c33bbe

%0
%70
%3
%24

Triadic Colors of #c33bbe

#c33bbe #bec33b #3bbec3

Analogous Colors of #c33bbe

#c33bbe #c33b7a #843bc3

Monochromatic Colors of #c33bbe

#c33bbe

Complementary Color

#c33bbe #3bc340

#c33bbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bbe Color CSS Codes

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

#c33bbe Text Font Color

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

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


#c33bbe Background Color

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

This div background color is #c33bbe


#c33bbe Border Color

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

This div border color is #c33bbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bbe


Comments

No comments written yet.

Please login to write comment.