Color Hex Logo

#c577ca Color Hex

#C577CA
(197,119,202)
0 Favorites   0 Comments

Color spaces of #c577ca

RGB 197119202
HSL0.820.440.63
HSV296°41°79°
CMYK 0.020.410.00   0.21
XYZ40.283529.328259.4149
Yxy29.32820.31220.2273
Hunter Lab54.155538.0048-27.1392
CIE-Lab61.070243.3784-30.5541

#c577ca color RGB value is (197,119,202).

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

The process color (four color CMYK) of #c577ca color hex is 0.02, 0.41, 0.00, 0.21. Web safe color of #c577ca is #cc66cc. Color #c577ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110111 11001010
Octal 305 167 312
Decimal 197 119 202
Hex C5 77 CA

RGB Percentages of Color #c577ca

%38.03
%22.97
%39.00

CMYK Percentages of Color #c577ca

%2
%41
%0
%21

Triadic Colors of #c577ca

#c577ca #cac577 #77cac5

Analogous Colors of #c577ca

#c577ca #ca77a6 #9c77ca

Monochromatic Colors of #c577ca

#c577ca

Complementary Color

#c577ca #7cca77

#c577ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c577ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c577ca Color CSS Codes

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

#c577ca Text Font Color

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

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


#c577ca Background Color

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

This div background color is #c577ca


#c577ca Border Color

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

This div border color is #c577ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c577ca


Comments

No comments written yet.

Please login to write comment.