Color Hex Logo

#c333ca Color Hex

#C333CA
(195,51,202)
0 Favorites   0 Comments

Color spaces of #c333ca

RGB 19551202
HSL0.830.600.50
HSV297°75°79°
CMYK 0.030.750.00   0.21
XYZ34.350218.234057.5862
Yxy18.23400.31180.1655
Hunter Lab42.701368.8635-50.0665
CIE-Lab49.778772.6217-48.3279

#c333ca color RGB value is (195,51,202).

#c333ca hex color red value is 195, green value is 51 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c333ca hue: 0.83 , saturation: 0.60 and the lightness value of c333ca is 0.50.

The process color (four color CMYK) of #c333ca color hex is 0.03, 0.75, 0.00, 0.21. Web safe color of #c333ca is #cc33cc. Color #c333ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110011 11001010
Octal 303 63 312
Decimal 195 51 202
Hex C3 33 CA

RGB Percentages of Color #c333ca

%43.53
%11.38
%45.09

CMYK Percentages of Color #c333ca

%3
%75
%0
%21

Triadic Colors of #c333ca

#c333ca #cac333 #33cac3

Analogous Colors of #c333ca

#c333ca #ca3386 #7833ca

Monochromatic Colors of #c333ca

#c333ca

Complementary Color

#c333ca #3aca33

#c333ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c333ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c333ca Color CSS Codes

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

#c333ca Text Font Color

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

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


#c333ca Background Color

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

This div background color is #c333ca


#c333ca Border Color

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

This div border color is #c333ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c333ca


Comments

No comments written yet.

Please login to write comment.