Color Hex Logo

#c335cb Color Hex

#C335CB
(195,53,203)
0 Favorites   0 Comments

Color spaces of #c335cb

RGB 19553203
HSL0.820.590.50
HSV297°74°80°
CMYK 0.040.740.00   0.20
XYZ34.558318.460158.2416
Yxy18.46010.31060.1659
Hunter Lab42.965268.3841-50.2950
CIE-Lab50.049572.1723-48.4724

#c335cb color RGB value is (195,53,203).

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

The process color (four color CMYK) of #c335cb color hex is 0.04, 0.74, 0.00, 0.20. Web safe color of #c335cb is #cc33cc. Color #c335cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 00110101 11001011
Octal 303 65 313
Decimal 195 53 203
Hex C3 35 CB

RGB Percentages of Color #c335cb

%43.24
%11.75
%45.01

CMYK Percentages of Color #c335cb

%4
%74
%0
%20

Triadic Colors of #c335cb

#c335cb #cbc335 #35cbc3

Analogous Colors of #c335cb

#c335cb #cb3588 #7835cb

Monochromatic Colors of #c335cb

#c335cb

Complementary Color

#c335cb #3dcb35

#c335cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c335cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c335cb Color CSS Codes

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

#c335cb Text Font Color

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

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


#c335cb Background Color

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

This div background color is #c335cb


#c335cb Border Color

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

This div border color is #c335cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,53,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 #c335cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c335cb


Comments

No comments written yet.

Please login to write comment.