Color Hex Logo

#c59ece Color Hex

#C59ECE
(197,158,206)
0 Favorites   0 Comments

Color spaces of #c59ece

RGB 197158206
HSL0.800.330.71
HSV289°23°81°
CMYK 0.040.230.00   0.19
XYZ46.393440.780363.8187
Yxy40.78030.30730.2701
Hunter Lab63.859517.9248-14.5505
CIE-Lab70.021722.8960-19.0625

#c59ece color RGB value is (197,158,206).

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

The process color (four color CMYK) of #c59ece color hex is 0.04, 0.23, 0.00, 0.19. Web safe color of #c59ece is #cc99cc. Color #c59ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011110 11001110
Octal 305 236 316
Decimal 197 158 206
Hex C5 9E CE

RGB Percentages of Color #c59ece

%35.12
%28.16
%36.72

CMYK Percentages of Color #c59ece

%4
%23
%0
%19

Triadic Colors of #c59ece

#c59ece #cec59e #9ecec5

Analogous Colors of #c59ece

#c59ece #ce9ebf #ad9ece

Monochromatic Colors of #c59ece

#c59ece

Complementary Color

#c59ece #a7ce9e

#c59ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ece Color CSS Codes

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

#c59ece Text Font Color

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

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


#c59ece Background Color

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

This div background color is #c59ece


#c59ece Border Color

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

This div border color is #c59ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ece


Comments

No comments written yet.

Please login to write comment.