Color Hex Logo

#c33acd Color Hex

#C33ACD
(195,58,205)
0 Favorites   0 Comments

Color spaces of #c33acd

RGB 19558205
HSL0.820.600.52
HSV296°72°80°
CMYK 0.050.720.00   0.20
XYZ35.038219.036059.5852
Yxy19.03600.30830.1675
Hunter Lab43.630366.9952-50.4303
CIE-Lab50.729370.8863-48.5392

#c33acd color RGB value is (195,58,205).

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

The process color (four color CMYK) of #c33acd color hex is 0.05, 0.72, 0.00, 0.20. Web safe color of #c33acd is #cc33cc. Color #c33acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00111010 11001101
Octal 303 72 315
Decimal 195 58 205
Hex C3 3A CD

RGB Percentages of Color #c33acd

%42.58
%12.66
%44.76

CMYK Percentages of Color #c33acd

%5
%72
%0
%20

Triadic Colors of #c33acd

#c33acd #cdc33a #3acdc3

Analogous Colors of #c33acd

#c33acd #cd3a8e #7a3acd

Monochromatic Colors of #c33acd

#c33acd

Complementary Color

#c33acd #44cd3a

#c33acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c33acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c33acd Color CSS Codes

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

#c33acd Text Font Color

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

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


#c33acd Background Color

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

This div background color is #c33acd


#c33acd Border Color

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

This div border color is #c33acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c33acd


Comments

No comments written yet.

Please login to write comment.