Color Hex Logo

#c59aec Color Hex

#C59AEC
(197,154,236)
0 Favorites   0 Comments

Color spaces of #c59aec

RGB 197154236
HSL0.750.680.76
HSV271°35°93°
CMYK 0.170.350.00   0.07
XYZ49.721941.037684.6573
Yxy41.03760.28350.2339
Hunter Lab64.060626.4403-33.5104
CIE-Lab70.202331.3161-35.2824

#c59aec color RGB value is (197,154,236).

#c59aec hex color red value is 197, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #c59aec hue: 0.75 , saturation: 0.68 and the lightness value of c59aec is 0.76.

The process color (four color CMYK) of #c59aec color hex is 0.17, 0.35, 0.00, 0.07. Web safe color of #c59aec is #cc99ff. Color #c59aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 11101100
Octal 305 232 354
Decimal 197 154 236
Hex C5 9A EC

RGB Percentages of Color #c59aec

%33.56
%26.24
%40.20

CMYK Percentages of Color #c59aec

%17
%35
%0
%7

Triadic Colors of #c59aec

#c59aec #ecc59a #9aecc5

Analogous Colors of #c59aec

#c59aec #ec9aea #9c9aec

Monochromatic Colors of #c59aec

#c59aec

Complementary Color

#c59aec #c1ec9a

#c59aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59aec Color CSS Codes

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

#c59aec Text Font Color

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

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


#c59aec Background Color

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

This div background color is #c59aec


#c59aec Border Color

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

This div border color is #c59aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59aec


Comments

No comments written yet.

Please login to write comment.