Color Hex Logo

#c95eae Color Hex

#C95EAE
(201,94,174)
0 Favorites   0 Comments

Color spaces of #c95eae

RGB 20194174
HSL0.880.500.58
HSV315°53°79°
CMYK 0.000.530.13   0.21
XYZ35.730123.478942.6931
Yxy23.47890.35060.2304
Hunter Lab48.455046.8272-18.3211
CIE-Lab55.562252.3992-23.0016

#c95eae color RGB value is (201,94,174).

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

The process color (four color CMYK) of #c95eae color hex is 0.00, 0.53, 0.13, 0.21. Web safe color of #c95eae is #cc6699. Color #c95eae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01011110 10101110
Octal 311 136 256
Decimal 201 94 174
Hex C9 5E AE

RGB Percentages of Color #c95eae

%42.86
%20.04
%37.10

CMYK Percentages of Color #c95eae

%0
%53
%13
%21

Triadic Colors of #c95eae

#c95eae #aec95e #5eaec9

Analogous Colors of #c95eae

#c95eae #c95e79 #af5ec9

Monochromatic Colors of #c95eae

#c95eae

Complementary Color

#c95eae #5ec979

#c95eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c95eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#c95eae Color CSS Codes

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

#c95eae Text Font Color

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

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


#c95eae Background Color

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

This div background color is #c95eae


#c95eae Border Color

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

This div border color is #c95eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c95eae


Comments

No comments written yet.

Please login to write comment.