Color Hex Logo

#c59fda Color Hex

#C59FDA
(197,159,218)
0 Favorites   0 Comments

Color spaces of #c59fda

RGB 197159218
HSL0.770.440.74
HSV279°27°85°
CMYK 0.100.270.00   0.15
XYZ48.079041.728571.8500
Yxy41.72850.29740.2581
Hunter Lab64.597619.8090-20.7282
CIE-Lab70.683324.7555-24.6674

#c59fda color RGB value is (197,159,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011111 11011010
Octal 305 237 332
Decimal 197 159 218
Hex C5 9F DA

RGB Percentages of Color #c59fda

%34.32
%27.70
%37.98

CMYK Percentages of Color #c59fda

%10
%27
%0
%15

Triadic Colors of #c59fda

#c59fda #dac59f #9fdac5

Analogous Colors of #c59fda

#c59fda #da9fd2 #a89fda

Monochromatic Colors of #c59fda

#c59fda

Complementary Color

#c59fda #b4da9f

#c59fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59fda Color CSS Codes

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

#c59fda Text Font Color

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

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


#c59fda Background Color

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

This div background color is #c59fda


#c59fda Border Color

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

This div border color is #c59fda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,159,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 #c59fda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59fda


Comments

No comments written yet.

Please login to write comment.