Color Hex Logo

#c583cc Color Hex

#C583CC
(197,131,204)
0 Favorites   0 Comments

Color spaces of #c583cc

RGB 197131204
HSL0.820.420.66
HSV294°36°80°
CMYK 0.030.360.00   0.20
XYZ42.041332.462561.1768
Yxy32.46250.30990.2393
Hunter Lab56.975932.0036-23.7784
CIE-Lab63.723337.3279-27.5796

#c583cc color RGB value is (197,131,204).

#c583cc hex color red value is 197, green value is 131 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #c583cc hue: 0.82 , saturation: 0.42 and the lightness value of c583cc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000011 11001100
Octal 305 203 314
Decimal 197 131 204
Hex C5 83 CC

RGB Percentages of Color #c583cc

%37.03
%24.62
%38.35

CMYK Percentages of Color #c583cc

%3
%36
%0
%20

Triadic Colors of #c583cc

#c583cc #ccc583 #83ccc5

Analogous Colors of #c583cc

#c583cc #cc83af #a183cc

Monochromatic Colors of #c583cc

#c583cc

Complementary Color

#c583cc #8acc83

#c583cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c583cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#c583cc Color CSS Codes

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

#c583cc Text Font Color

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

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


#c583cc Background Color

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

This div background color is #c583cc


#c583cc Border Color

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

This div border color is #c583cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c583cc


Comments

No comments written yet.

Please login to write comment.