Color Hex Logo

#c59ada Color Hex

#C59ADA
(197,154,218)
0 Favorites   0 Comments

Color spaces of #c59ada

RGB 197154218
HSL0.780.460.73
HSV280°29°85°
CMYK 0.100.290.00   0.15
XYZ47.236440.043571.5692
Yxy40.04350.29740.2521
Hunter Lab63.279922.5045-22.7607
CIE-Lab69.500527.5128-26.4796

#c59ada color RGB value is (197,154,218).

#c59ada hex color red value is 197, green value is 154 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #c59ada hue: 0.78 , saturation: 0.46 and the lightness value of c59ada is 0.73.

The process color (four color CMYK) of #c59ada color hex is 0.10, 0.29, 0.00, 0.15. Web safe color of #c59ada is #cc99cc. Color #c59ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 11011010
Octal 305 232 332
Decimal 197 154 218
Hex C5 9A DA

RGB Percentages of Color #c59ada

%34.62
%27.07
%38.31

CMYK Percentages of Color #c59ada

%10
%29
%0
%15

Triadic Colors of #c59ada

#c59ada #dac59a #9adac5

Analogous Colors of #c59ada

#c59ada #da9acf #a59ada

Monochromatic Colors of #c59ada

#c59ada

Complementary Color

#c59ada #afda9a

#c59ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ada Color CSS Codes

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

#c59ada Text Font Color

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

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


#c59ada Background Color

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

This div background color is #c59ada


#c59ada Border Color

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

This div border color is #c59ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ada


Comments

No comments written yet.

Please login to write comment.