Color Hex Logo

#c593cc Color Hex

#C593CC
(197,147,204)
0 Favorites   0 Comments

Color spaces of #c593cc

RGB 197147204
HSL0.810.360.69
HSV293°28°80°
CMYK 0.030.280.00   0.20
XYZ44.358837.097461.9493
Yxy37.09740.30930.2587
Hunter Lab60.907623.4125-17.6687
CIE-Lab67.350028.5707-22.0183

#c593cc color RGB value is (197,147,204).

#c593cc hex color red value is 197, green value is 147 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c593cc hue: 0.81 , saturation: 0.36 and the lightness value of c593cc is 0.69.

The process color (four color CMYK) of #c593cc color hex is 0.03, 0.28, 0.00, 0.20. Web safe color of #c593cc is #cc99cc. Color #c593cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010011 11001100
Octal 305 223 314
Decimal 197 147 204
Hex C5 93 CC

RGB Percentages of Color #c593cc

%35.95
%26.82
%37.23

CMYK Percentages of Color #c593cc

%3
%28
%0
%20

Triadic Colors of #c593cc

#c593cc #ccc593 #93ccc5

Analogous Colors of #c593cc

#c593cc #cc93b7 #a993cc

Monochromatic Colors of #c593cc

#c593cc

Complementary Color

#c593cc #9acc93

#c593cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c593cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c593cc Color CSS Codes

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

#c593cc Text Font Color

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

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


#c593cc Background Color

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

This div background color is #c593cc


#c593cc Border Color

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

This div border color is #c593cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c593cc


Comments

No comments written yet.

Please login to write comment.