Color Hex Logo

#c59ecf Color Hex

#C59ECF
(197,158,207)
0 Favorites   0 Comments

Color spaces of #c59ecf

RGB 197158207
HSL0.800.340.72
HSV288°24°81°
CMYK 0.050.240.00   0.19
XYZ46.515340.829064.4607
Yxy40.82900.30640.2690
Hunter Lab63.897618.1213-15.0842
CIE-Lab70.056023.0930-19.5628

#c59ecf color RGB value is (197,158,207).

#c59ecf hex color red value is 197, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #c59ecf hue: 0.80 , saturation: 0.34 and the lightness value of c59ecf is 0.72.

The process color (four color CMYK) of #c59ecf color hex is 0.05, 0.24, 0.00, 0.19. Web safe color of #c59ecf is #cc99cc. Color #c59ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 11001111
Octal 305 236 317
Decimal 197 158 207
Hex C5 9E CF

RGB Percentages of Color #c59ecf

%35.05
%28.11
%36.83

CMYK Percentages of Color #c59ecf

%5
%24
%0
%19

Triadic Colors of #c59ecf

#c59ecf #cfc59e #9ecfc5

Analogous Colors of #c59ecf

#c59ecf #cf9ec1 #ad9ecf

Monochromatic Colors of #c59ecf

#c59ecf

Complementary Color

#c59ecf #a8cf9e

#c59ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ecf Color CSS Codes

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

#c59ecf Text Font Color

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

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


#c59ecf Background Color

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

This div background color is #c59ecf


#c59ecf Border Color

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

This div border color is #c59ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ecf


Comments

No comments written yet.

Please login to write comment.