Color Hex Logo

#c353cb Color Hex

#C353CB
(195,83,203)
0 Favorites   0 Comments

Color spaces of #c353cb

RGB 19583203
HSL0.820.540.56
HSV296°59°80°
CMYK 0.040.590.00   0.20
XYZ36.378422.100458.8484
Yxy22.10040.31010.1884
Hunter Lab47.011155.8586-41.3114
CIE-Lab54.133460.7276-41.9931

#c353cb color RGB value is (195,83,203).

#c353cb hex color red value is 195, green value is 83 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c353cb hue: 0.82 , saturation: 0.54 and the lightness value of c353cb is 0.56.

The process color (four color CMYK) of #c353cb color hex is 0.04, 0.59, 0.00, 0.20. Web safe color of #c353cb is #cc66cc. Color #c353cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01010011 11001011
Octal 303 123 313
Decimal 195 83 203
Hex C3 53 CB

RGB Percentages of Color #c353cb

%40.54
%17.26
%42.20

CMYK Percentages of Color #c353cb

%4
%59
%0
%20

Triadic Colors of #c353cb

#c353cb #cbc353 #53cbc3

Analogous Colors of #c353cb

#c353cb #cb5397 #8753cb

Monochromatic Colors of #c353cb

#c353cb

Complementary Color

#c353cb #5bcb53

#c353cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c353cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c353cb Color CSS Codes

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

#c353cb Text Font Color

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

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


#c353cb Background Color

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

This div background color is #c353cb


#c353cb Border Color

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

This div border color is #c353cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c353cb


Comments

No comments written yet.

Please login to write comment.