Color Hex Logo

#c599cd Color Hex

#C599CD
(197,153,205)
0 Favorites   0 Comments

Color spaces of #c599cd

RGB 197153205
HSL0.810.340.70
HSV291°25°80°
CMYK 0.040.250.00   0.20
XYZ45.436639.060662.9023
Yxy39.06060.30830.2650
Hunter Lab62.498520.3977-15.9242
CIE-Lab68.795125.4578-20.3723

#c599cd color RGB value is (197,153,205).

#c599cd hex color red value is 197, green value is 153 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #c599cd hue: 0.81 , saturation: 0.34 and the lightness value of c599cd is 0.70.

The process color (four color CMYK) of #c599cd color hex is 0.04, 0.25, 0.00, 0.20. Web safe color of #c599cd is #cc99cc. Color #c599cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10011001 11001101
Octal 305 231 315
Decimal 197 153 205
Hex C5 99 CD

RGB Percentages of Color #c599cd

%35.50
%27.57
%36.94

CMYK Percentages of Color #c599cd

%4
%25
%0
%20

Triadic Colors of #c599cd

#c599cd #cdc599 #99cdc5

Analogous Colors of #c599cd

#c599cd #cd99bb #ab99cd

Monochromatic Colors of #c599cd

#c599cd

Complementary Color

#c599cd #a1cd99

#c599cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c599cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c599cd Color CSS Codes

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

#c599cd Text Font Color

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

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


#c599cd Background Color

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

This div background color is #c599cd


#c599cd Border Color

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

This div border color is #c599cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c599cd


Comments

No comments written yet.

Please login to write comment.