Color Hex Logo

#c35fca Color Hex

#C35FCA
(195,95,202)
0 Favorites   0 Comments

Color spaces of #c35fca

RGB 19595202
HSL0.820.500.58
HSV296°53°79°
CMYK 0.030.530.00   0.21
XYZ37.258624.050858.5556
Yxy24.05080.31080.2006
Hunter Lab49.041649.7898-36.4630
CIE-Lab56.138654.9888-38.2651

#c35fca color RGB value is (195,95,202).

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

The process color (four color CMYK) of #c35fca color hex is 0.03, 0.53, 0.00, 0.21. Web safe color of #c35fca is #cc66cc. Color #c35fca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11001010
Octal 303 137 312
Decimal 195 95 202
Hex C3 5F CA

RGB Percentages of Color #c35fca

%39.63
%19.31
%41.06

CMYK Percentages of Color #c35fca

%3
%53
%0
%21

Triadic Colors of #c35fca

#c35fca #cac35f #5fcac3

Analogous Colors of #c35fca

#c35fca #ca5f9c #8e5fca

Monochromatic Colors of #c35fca

#c35fca

Complementary Color

#c35fca #66ca5f

#c35fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fca Color CSS Codes

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

#c35fca Text Font Color

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

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


#c35fca Background Color

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

This div background color is #c35fca


#c35fca Border Color

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

This div border color is #c35fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fca


Comments

No comments written yet.

Please login to write comment.