Color Hex Logo

#c593dc Color Hex

#C593DC
(197,147,220)
0 Favorites   0 Comments

Color spaces of #c593dc

RGB 197147220
HSL0.780.510.72
HSV281°33°86°
CMYK 0.100.330.00   0.14
XYZ46.377937.905172.5822
Yxy37.90510.29570.2416
Hunter Lab61.567126.7198-26.8007
CIE-Lab67.950631.7794-29.9685

#c593dc color RGB value is (197,147,220).

#c593dc hex color red value is 197, green value is 147 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #c593dc hue: 0.78 , saturation: 0.51 and the lightness value of c593dc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010011 11011100
Octal 305 223 334
Decimal 197 147 220
Hex C5 93 DC

RGB Percentages of Color #c593dc

%34.93
%26.06
%39.01

CMYK Percentages of Color #c593dc

%10
%33
%0
%14

Triadic Colors of #c593dc

#c593dc #dcc593 #93dcc5

Analogous Colors of #c593dc

#c593dc #dc93cf #a193dc

Monochromatic Colors of #c593dc

#c593dc

Complementary Color

#c593dc #aadc93

#c593dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c593dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c593dc Color CSS Codes

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

#c593dc Text Font Color

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

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


#c593dc Background Color

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

This div background color is #c593dc


#c593dc Border Color

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

This div border color is #c593dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c593dc


Comments

No comments written yet.

Please login to write comment.