Color Hex Logo

#c591cc Color Hex

#C591CC
(197,145,204)
0 Favorites   0 Comments

Color spaces of #c591cc

RGB 197145204
HSL0.810.370.68
HSV293°29°80°
CMYK 0.030.290.00   0.20
XYZ44.050436.480761.8465
Yxy36.48070.30940.2562
Hunter Lab60.399324.4850-18.4312
CIE-Lab66.885629.6717-22.7274

#c591cc color RGB value is (197,145,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10010001 11001100
Octal 305 221 314
Decimal 197 145 204
Hex C5 91 CC

RGB Percentages of Color #c591cc

%36.08
%26.56
%37.36

CMYK Percentages of Color #c591cc

%3
%29
%0
%20

Triadic Colors of #c591cc

#c591cc #ccc591 #91ccc5

Analogous Colors of #c591cc

#c591cc #cc91b6 #a891cc

Monochromatic Colors of #c591cc

#c591cc

Complementary Color

#c591cc #98cc91

#c591cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c591cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c591cc Color CSS Codes

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

#c591cc Text Font Color

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

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


#c591cc Background Color

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

This div background color is #c591cc


#c591cc Border Color

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

This div border color is #c591cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c591cc


Comments

No comments written yet.

Please login to write comment.