Color Hex Logo

#c59ebe Color Hex

#C59EBE
(197,158,190)
0 Favorites   0 Comments

Color spaces of #c59ebe

RGB 197158190
HSL0.860.250.70
HSV311°20°77°
CMYK 0.000.200.04   0.23
XYZ44.547140.041754.0961
Yxy40.04170.32120.2887
Hunter Lab63.278514.9239-6.3914
CIE-Lab69.499219.8550-10.9912

#c59ebe color RGB value is (197,158,190).

#c59ebe hex color red value is 197, green value is 158 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #c59ebe hue: 0.86 , saturation: 0.25 and the lightness value of c59ebe is 0.70.

The process color (four color CMYK) of #c59ebe color hex is 0.00, 0.20, 0.04, 0.23. Web safe color of #c59ebe is #cc99cc. Color #c59ebe contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 10111110
Octal 305 236 276
Decimal 197 158 190
Hex C5 9E BE

RGB Percentages of Color #c59ebe

%36.15
%28.99
%34.86

CMYK Percentages of Color #c59ebe

%0
%20
%4
%23

Triadic Colors of #c59ebe

#c59ebe #bec59e #9ebec5

Analogous Colors of #c59ebe

#c59ebe #c59eab #b99ec5

Monochromatic Colors of #c59ebe

#c59ebe

Complementary Color

#c59ebe #9ec5a5

#c59ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ebe Color CSS Codes

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

#c59ebe Text Font Color

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

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


#c59ebe Background Color

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

This div background color is #c59ebe


#c59ebe Border Color

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

This div border color is #c59ebe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(197,158,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c59ebe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c59ebe;
  -webkit-box-shadow: 1px 1px 3px 2px #c59ebe;
  box-shadow:         1px 1px 3px 2px #c59ebe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,158,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ebe


Comments

No comments written yet.

Please login to write comment.