Color Hex Logo

#c59ecb Color Hex

#C59ECB
(197,158,203)
0 Favorites   0 Comments

Color spaces of #c59ecb

RGB 197158203
HSL0.810.300.71
HSV292°22°80°
CMYK 0.030.220.00   0.20
XYZ46.032340.635861.9172
Yxy40.63580.30980.2735
Hunter Lab63.746217.3422-12.9665
CIE-Lab69.920022.3104-17.5587

#c59ecb color RGB value is (197,158,203).

#c59ecb hex color red value is 197, green value is 158 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #c59ecb hue: 0.81 , saturation: 0.30 and the lightness value of c59ecb is 0.71.

The process color (four color CMYK) of #c59ecb color hex is 0.03, 0.22, 0.00, 0.20. Web safe color of #c59ecb is #cc99cc. Color #c59ecb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 11001011
Octal 305 236 313
Decimal 197 158 203
Hex C5 9E CB

RGB Percentages of Color #c59ecb

%35.30
%28.32
%36.38

CMYK Percentages of Color #c59ecb

%3
%22
%0
%20

Triadic Colors of #c59ecb

#c59ecb #cbc59e #9ecbc5

Analogous Colors of #c59ecb

#c59ecb #cb9ebb #af9ecb

Monochromatic Colors of #c59ecb

#c59ecb

Complementary Color

#c59ecb #a4cb9e

#c59ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ecb Color CSS Codes

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

#c59ecb Text Font Color

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

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


#c59ecb Background Color

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

This div background color is #c59ecb


#c59ecb Border Color

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

This div border color is #c59ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ecb


Comments

No comments written yet.

Please login to write comment.