Color Hex Logo

#c33bcf Color Hex

#C33BCF
(195,59,207)
0 Favorites   0 Comments

Color spaces of #c33bcf

RGB 19559207
HSL0.820.610.52
HSV295°71°81°
CMYK 0.060.710.00   0.19
XYZ35.332119.235060.8820
Yxy19.23500.30600.1666
Hunter Lab43.857767.0499-51.6042
CIE-Lab50.961070.8872-49.3180

#c33bcf color RGB value is (195,59,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111011 11001111
Octal 303 73 317
Decimal 195 59 207
Hex C3 3B CF

RGB Percentages of Color #c33bcf

%42.30
%12.80
%44.90

CMYK Percentages of Color #c33bcf

%6
%71
%0
%19

Triadic Colors of #c33bcf

#c33bcf #cfc33b #3bcfc3

Analogous Colors of #c33bcf

#c33bcf #cf3b91 #793bcf

Monochromatic Colors of #c33bcf

#c33bcf

Complementary Color

#c33bcf #47cf3b

#c33bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33bcf Color CSS Codes

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

#c33bcf Text Font Color

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

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


#c33bcf Background Color

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

This div background color is #c33bcf


#c33bcf Border Color

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

This div border color is #c33bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33bcf


Comments

No comments written yet.

Please login to write comment.