Color Hex Logo

#c599dd Color Hex

#C599DD
(197,153,221)
0 Favorites   0 Comments

Color spaces of #c599dd

RGB 197153221
HSL0.770.500.73
HSV279°31°87°
CMYK 0.110.310.00   0.13
XYZ47.468339.873273.6011
Yxy39.87320.29490.2477
Hunter Lab63.145223.6800-24.9058
CIE-Lab69.379128.6831-28.3192

#c599dd color RGB value is (197,153,221).

#c599dd hex color red value is 197, green value is 153 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c599dd hue: 0.77 , saturation: 0.50 and the lightness value of c599dd is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 11011101
Octal 305 231 335
Decimal 197 153 221
Hex C5 99 DD

RGB Percentages of Color #c599dd

%34.50
%26.80
%38.70

CMYK Percentages of Color #c599dd

%11
%31
%0
%13

Triadic Colors of #c599dd

#c599dd #ddc599 #99ddc5

Analogous Colors of #c599dd

#c599dd #dd99d3 #a399dd

Monochromatic Colors of #c599dd

#c599dd

Complementary Color

#c599dd #b1dd99

#c599dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c599dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c599dd Color CSS Codes

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

#c599dd Text Font Color

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

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


#c599dd Background Color

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

This div background color is #c599dd


#c599dd Border Color

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

This div border color is #c599dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c599dd


Comments

No comments written yet.

Please login to write comment.