Color Hex Logo

#c59adf Color Hex

#C59ADF
(197,154,223)
0 Favorites   0 Comments

Color spaces of #c59adf

RGB 197154223
HSL0.770.520.74
HSV277°31°87°
CMYK 0.120.310.00   0.13
XYZ47.900840.309275.0678
Yxy40.30920.29340.2469
Hunter Lab63.489523.5658-25.6598
CIE-Lab69.689228.5478-28.9429

#c59adf color RGB value is (197,154,223).

#c59adf hex color red value is 197, green value is 154 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #c59adf hue: 0.77 , saturation: 0.52 and the lightness value of c59adf is 0.74.

The process color (four color CMYK) of #c59adf color hex is 0.12, 0.31, 0.00, 0.13. Web safe color of #c59adf is #cc99cc. Color #c59adf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011010 11011111
Octal 305 232 337
Decimal 197 154 223
Hex C5 9A DF

RGB Percentages of Color #c59adf

%34.32
%26.83
%38.85

CMYK Percentages of Color #c59adf

%12
%31
%0
%13

Triadic Colors of #c59adf

#c59adf #dfc59a #9adfc5

Analogous Colors of #c59adf

#c59adf #df9ad7 #a39adf

Monochromatic Colors of #c59adf

#c59adf

Complementary Color

#c59adf #b4df9a

#c59adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59adf Color CSS Codes

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

#c59adf Text Font Color

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

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


#c59adf Background Color

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

This div background color is #c59adf


#c59adf Border Color

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

This div border color is #c59adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59adf


Comments

No comments written yet.

Please login to write comment.