Color Hex Logo

#c96eb9 Color Hex

#C96EB9
(201,110,185)
0 Favorites   0 Comments

Color spaces of #c96eb9

RGB 201110185
HSL0.860.460.61
HSV311°45°79°
CMYK 0.000.450.08   0.21
XYZ38.420327.072249.0994
Yxy27.07220.33530.2362
Hunter Lab52.031040.7524-19.5278
CIE-Lab59.041146.2425-23.9870

#c96eb9 color RGB value is (201,110,185).

#c96eb9 hex color red value is 201, green value is 110 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #c96eb9 hue: 0.86 , saturation: 0.46 and the lightness value of c96eb9 is 0.61.

The process color (four color CMYK) of #c96eb9 color hex is 0.00, 0.45, 0.08, 0.21. Web safe color of #c96eb9 is #cc66cc. Color #c96eb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 01101110 10111001
Octal 311 156 271
Decimal 201 110 185
Hex C9 6E B9

RGB Percentages of Color #c96eb9

%40.52
%22.18
%37.30

CMYK Percentages of Color #c96eb9

%0
%45
%8
%21

Triadic Colors of #c96eb9

#c96eb9 #b9c96e #6eb9c9

Analogous Colors of #c96eb9

#c96eb9 #c96e8c #ac6ec9

Monochromatic Colors of #c96eb9

#c96eb9

Complementary Color

#c96eb9 #6ec97e

#c96eb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c96eb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c96eb9 Color CSS Codes

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

#c96eb9 Text Font Color

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

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


#c96eb9 Background Color

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

This div background color is #c96eb9


#c96eb9 Border Color

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

This div border color is #c96eb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c96eb9


Comments

No comments written yet.

Please login to write comment.