Color Hex Logo

#c35fcb Color Hex

#C35FCB
(195,95,203)
0 Favorites   0 Comments

Color spaces of #c35fcb

RGB 19595203
HSL0.820.510.58
HSV296°53°80°
CMYK 0.040.530.00   0.20
XYZ37.377424.098359.1813
Yxy24.09830.30980.1997
Hunter Lab49.090050.0033-37.1150
CIE-Lab56.186155.1728-38.7605

#c35fcb color RGB value is (195,95,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011111 11001011
Octal 303 137 313
Decimal 195 95 203
Hex C3 5F CB

RGB Percentages of Color #c35fcb

%39.55
%19.27
%41.18

CMYK Percentages of Color #c35fcb

%4
%53
%0
%20

Triadic Colors of #c35fcb

#c35fcb #cbc35f #5fcbc3

Analogous Colors of #c35fcb

#c35fcb #cb5f9d #8d5fcb

Monochromatic Colors of #c35fcb

#c35fcb

Complementary Color

#c35fcb #67cb5f

#c35fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35fcb Color CSS Codes

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

#c35fcb Text Font Color

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

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


#c35fcb Background Color

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

This div background color is #c35fcb


#c35fcb Border Color

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

This div border color is #c35fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35fcb


Comments

No comments written yet.

Please login to write comment.