Color Hex Logo

#c59ddc Color Hex

#C59DDC
(197,157,220)
0 Favorites   0 Comments

Color spaces of #c59ddc

RGB 197157220
HSL0.770.470.74
HSV278°29°86°
CMYK 0.100.290.00   0.14
XYZ48.001241.151673.1233
Yxy41.15160.29580.2536
Hunter Lab64.149521.3047-22.6793
CIE-Lab70.282026.2703-26.3819

#c59ddc color RGB value is (197,157,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011101 11011100
Octal 305 235 334
Decimal 197 157 220
Hex C5 9D DC

RGB Percentages of Color #c59ddc

%34.32
%27.35
%38.33

CMYK Percentages of Color #c59ddc

%10
%29
%0
%14

Triadic Colors of #c59ddc

#c59ddc #dcc59d #9ddcc5

Analogous Colors of #c59ddc

#c59ddc #dc9dd4 #a69ddc

Monochromatic Colors of #c59ddc

#c59ddc

Complementary Color

#c59ddc #b4dc9d

#c59ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c59ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c59ddc Color CSS Codes

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

#c59ddc Text Font Color

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

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


#c59ddc Background Color

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

This div background color is #c59ddc


#c59ddc Border Color

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

This div border color is #c59ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c59ddc


Comments

No comments written yet.

Please login to write comment.