Color Hex Logo

#c35dcc Color Hex

#C35DCC
(195,93,204)
0 Favorites   0 Comments

Color spaces of #c35dcc

RGB 19593204
HSL0.820.520.58
HSV295°54°80°
CMYK 0.040.540.00   0.20
XYZ37.319123.790459.7518
Yxy23.79040.30880.1968
Hunter Lab48.775451.2172-38.4898
CIE-Lab55.877356.3131-39.8157

#c35dcc color RGB value is (195,93,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011101 11001100
Octal 303 135 314
Decimal 195 93 204
Hex C3 5D CC

RGB Percentages of Color #c35dcc

%39.63
%18.90
%41.46

CMYK Percentages of Color #c35dcc

%4
%54
%0
%20

Triadic Colors of #c35dcc

#c35dcc #ccc35d #5dccc3

Analogous Colors of #c35dcc

#c35dcc #cc5d9e #8c5dcc

Monochromatic Colors of #c35dcc

#c35dcc

Complementary Color

#c35dcc #66cc5d

#c35dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35dcc Color CSS Codes

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

#c35dcc Text Font Color

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

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


#c35dcc Background Color

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

This div background color is #c35dcc


#c35dcc Border Color

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

This div border color is #c35dcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35dcc


Comments

No comments written yet.

Please login to write comment.