Color Hex Logo

#c33bbd Color Hex

#C33BBD
(195,59,189)
0 Favorites   0 Comments

Color spaces of #c33bbd

RGB 19559189
HSL0.840.540.50
HSV303°70°76°
CMYK 0.000.700.03   0.24
XYZ33.254918.404249.9437
Yxy18.40420.32730.1811
Hunter Lab42.900163.2927-38.9945
CIE-Lab49.982767.9158-40.4790

#c33bbd color RGB value is (195,59,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 10111101
Octal 303 73 275
Decimal 195 59 189
Hex C3 3B BD

RGB Percentages of Color #c33bbd

%44.02
%13.32
%42.66

CMYK Percentages of Color #c33bbd

%0
%70
%3
%24

Triadic Colors of #c33bbd

#c33bbd #bdc33b #3bbdc3

Analogous Colors of #c33bbd

#c33bbd #c33b79 #853bc3

Monochromatic Colors of #c33bbd

#c33bbd

Complementary Color

#c33bbd #3bc341

#c33bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bbd Color CSS Codes

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

#c33bbd Text Font Color

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

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


#c33bbd Background Color

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

This div background color is #c33bbd


#c33bbd Border Color

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

This div border color is #c33bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bbd


Comments

No comments written yet.

Please login to write comment.