Color Hex Logo

#c593ca Color Hex

#C593CA
(197,147,202)
0 Favorites   0 Comments

Color spaces of #c593ca

RGB 197147202
HSL0.820.340.68
HSV295°27°79°
CMYK 0.020.270.00   0.21
XYZ44.120337.002060.6938
Yxy37.00200.31110.2609
Hunter Lab60.829323.0173-16.5775
CIE-Lab67.278528.1826-21.0144

#c593ca color RGB value is (197,147,202).

#c593ca hex color red value is 197, green value is 147 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #c593ca hue: 0.82 , saturation: 0.34 and the lightness value of c593ca is 0.68.

The process color (four color CMYK) of #c593ca color hex is 0.02, 0.27, 0.00, 0.21. Web safe color of #c593ca is #cc99cc. Color #c593ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010011 11001010
Octal 305 223 312
Decimal 197 147 202
Hex C5 93 CA

RGB Percentages of Color #c593ca

%36.08
%26.92
%37.00

CMYK Percentages of Color #c593ca

%2
%27
%0
%21

Triadic Colors of #c593ca

#c593ca #cac593 #93cac5

Analogous Colors of #c593ca

#c593ca #ca93b4 #aa93ca

Monochromatic Colors of #c593ca

#c593ca

Complementary Color

#c593ca #98ca93

#c593ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c593ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c593ca Color CSS Codes

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

#c593ca Text Font Color

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

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


#c593ca Background Color

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

This div background color is #c593ca


#c593ca Border Color

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

This div border color is #c593ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c593ca


Comments

No comments written yet.

Please login to write comment.