Color Hex Logo

#c35ebd Color Hex

#C35EBD
(195,94,189)
0 Favorites   0 Comments

Color spaces of #c35ebd

RGB 19594189
HSL0.840.460.57
HSV304°52°76°
CMYK 0.000.520.03   0.24
XYZ35.693723.281650.7567
Yxy23.28160.32530.2122
Hunter Lab48.251047.6062-28.5932
CIE-Lab55.361253.1431-32.0382

#c35ebd color RGB value is (195,94,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01011110 10111101
Octal 303 136 275
Decimal 195 94 189
Hex C3 5E BD

RGB Percentages of Color #c35ebd

%40.79
%19.67
%39.54

CMYK Percentages of Color #c35ebd

%0
%52
%3
%24

Triadic Colors of #c35ebd

#c35ebd #bdc35e #5ebdc3

Analogous Colors of #c35ebd

#c35ebd #c35e8b #975ec3

Monochromatic Colors of #c35ebd

#c35ebd

Complementary Color

#c35ebd #5ec364

#c35ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c35ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c35ebd Color CSS Codes

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

#c35ebd Text Font Color

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

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


#c35ebd Background Color

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

This div background color is #c35ebd


#c35ebd Border Color

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

This div border color is #c35ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c35ebd


Comments

No comments written yet.

Please login to write comment.