Color Hex Logo

#c35cbe Color Hex

#C35CBE
(195,92,190)
0 Favorites   0 Comments

Color spaces of #c35cbe

RGB 19592190
HSL0.840.460.56
HSV303°53°76°
CMYK 0.000.530.03   0.24
XYZ35.627122.974151.2719
Yxy22.97410.32430.2091
Hunter Lab47.931348.7984-29.8703
CIE-Lab55.045654.2788-33.1052

#c35cbe color RGB value is (195,92,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011100 10111110
Octal 303 134 276
Decimal 195 92 190
Hex C3 5C BE

RGB Percentages of Color #c35cbe

%40.88
%19.29
%39.83

CMYK Percentages of Color #c35cbe

%0
%53
%3
%24

Triadic Colors of #c35cbe

#c35cbe #bec35c #5cbec3

Analogous Colors of #c35cbe

#c35cbe #c35c8b #955cc3

Monochromatic Colors of #c35cbe

#c35cbe

Complementary Color

#c35cbe #5cc361

#c35cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35cbe Color CSS Codes

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

#c35cbe Text Font Color

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

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


#c35cbe Background Color

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

This div background color is #c35cbe


#c35cbe Border Color

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

This div border color is #c35cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35cbe


Comments

No comments written yet.

Please login to write comment.