Color Hex Logo

#c35cbb Color Hex

#C35CBB
(195,92,187)
0 Favorites   0 Comments

Color spaces of #c35cbb

RGB 19592187
HSL0.850.460.56
HSV305°53°76°
CMYK 0.000.530.04   0.24
XYZ35.302522.844349.5624
Yxy22.84430.32780.2121
Hunter Lab47.795748.1998-28.0246
CIE-Lab54.911653.7584-31.5874

#c35cbb color RGB value is (195,92,187).

#c35cbb hex color red value is 195, green value is 92 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #c35cbb hue: 0.85 , saturation: 0.46 and the lightness value of c35cbb is 0.56.

The process color (four color CMYK) of #c35cbb color hex is 0.00, 0.53, 0.04, 0.24. Web safe color of #c35cbb is #cc66cc. Color #c35cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 10111011
Octal 303 134 273
Decimal 195 92 187
Hex C3 5C BB

RGB Percentages of Color #c35cbb

%41.14
%19.41
%39.45

CMYK Percentages of Color #c35cbb

%0
%53
%4
%24

Triadic Colors of #c35cbb

#c35cbb #bbc35c #5cbbc3

Analogous Colors of #c35cbb

#c35cbb #c35c88 #985cc3

Monochromatic Colors of #c35cbb

#c35cbb

Complementary Color

#c35cbb #5cc364

#c35cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cbb Color CSS Codes

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

#c35cbb Text Font Color

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

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


#c35cbb Background Color

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

This div background color is #c35cbb


#c35cbb Border Color

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

This div border color is #c35cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cbb


Comments

No comments written yet.

Please login to write comment.