Color Hex Logo

#c95ebf Color Hex

#C95EBF
(201,94,191)
0 Favorites   0 Comments

Color spaces of #c95ebf

RGB 20194191
HSL0.850.500.58
HSV306°53°79°
CMYK 0.000.530.05   0.21
XYZ37.494124.184551.9821
Yxy24.18450.32990.2128
Hunter Lab49.177750.0310-28.2466
CIE-Lab56.272055.1831-31.7058

#c95ebf color RGB value is (201,94,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 10111111
Octal 311 136 277
Decimal 201 94 191
Hex C9 5E BF

RGB Percentages of Color #c95ebf

%41.36
%19.34
%39.30

CMYK Percentages of Color #c95ebf

%0
%53
%5
%21

Triadic Colors of #c95ebf

#c95ebf #bfc95e #5ebfc9

Analogous Colors of #c95ebf

#c95ebf #c95e8a #9e5ec9

Monochromatic Colors of #c95ebf

#c95ebf

Complementary Color

#c95ebf #5ec968

#c95ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95ebf Color CSS Codes

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

#c95ebf Text Font Color

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

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


#c95ebf Background Color

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

This div background color is #c95ebf


#c95ebf Border Color

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

This div border color is #c95ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95ebf


Comments

No comments written yet.

Please login to write comment.