Color Hex Logo

#c95ebd Color Hex

#C95EBD
(201,94,189)
0 Favorites   0 Comments

Color spaces of #c95ebd

RGB 20194189
HSL0.850.500.58
HSV307°53°79°
CMYK 0.000.530.06   0.21
XYZ37.275424.097050.8307
Yxy24.09700.33220.2148
Hunter Lab49.088749.6384-27.0319
CIE-Lab56.184854.8448-30.6936

#c95ebd color RGB value is (201,94,189).

#c95ebd hex color red value is 201, green value is 94 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #c95ebd hue: 0.85 , saturation: 0.50 and the lightness value of c95ebd is 0.58.

The process color (four color CMYK) of #c95ebd color hex is 0.00, 0.53, 0.06, 0.21. Web safe color of #c95ebd is #cc66cc. Color #c95ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 10111101
Octal 311 136 275
Decimal 201 94 189
Hex C9 5E BD

RGB Percentages of Color #c95ebd

%41.53
%19.42
%39.05

CMYK Percentages of Color #c95ebd

%0
%53
%6
%21

Triadic Colors of #c95ebd

#c95ebd #bdc95e #5ebdc9

Analogous Colors of #c95ebd

#c95ebd #c95e88 #a05ec9

Monochromatic Colors of #c95ebd

#c95ebd

Complementary Color

#c95ebd #5ec96a

#c95ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ebd Color CSS Codes

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

#c95ebd Text Font Color

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

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


#c95ebd Background Color

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

This div background color is #c95ebd


#c95ebd Border Color

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

This div border color is #c95ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ebd


Comments

No comments written yet.

Please login to write comment.