Color Hex Logo

#c35cbc Color Hex

#C35CBC
(195,92,188)
0 Favorites   0 Comments

Color spaces of #c35cbc

RGB 19592188
HSL0.840.460.56
HSV304°53°76°
CMYK 0.000.530.04   0.24
XYZ35.409922.887250.1283
Yxy22.88720.32660.2111
Hunter Lab47.840648.3984-28.6368
CIE-Lab54.956053.9313-32.0943

#c35cbc color RGB value is (195,92,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 10111100
Octal 303 134 274
Decimal 195 92 188
Hex C3 5C BC

RGB Percentages of Color #c35cbc

%41.05
%19.37
%39.58

CMYK Percentages of Color #c35cbc

%0
%53
%4
%24

Triadic Colors of #c35cbc

#c35cbc #bcc35c #5cbcc3

Analogous Colors of #c35cbc

#c35cbc #c35c89 #975cc3

Monochromatic Colors of #c35cbc

#c35cbc

Complementary Color

#c35cbc #5cc363

#c35cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cbc Color CSS Codes

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

#c35cbc Text Font Color

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

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


#c35cbc Background Color

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

This div background color is #c35cbc


#c35cbc Border Color

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

This div border color is #c35cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cbc


Comments

No comments written yet.

Please login to write comment.