Color Hex Logo

#c571ca Color Hex

#C571CA
(197,113,202)
0 Favorites   0 Comments

Color spaces of #c571ca

RGB 197113202
HSL0.820.460.62
HSV297°44°79°
CMYK 0.020.440.00   0.21
XYZ39.591827.944859.1843
Yxy27.94480.31240.2205
Hunter Lab52.862841.1782-29.3760
CIE-Lab59.838846.5239-32.4654

#c571ca color RGB value is (197,113,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 01110001 11001010
Octal 305 161 312
Decimal 197 113 202
Hex C5 71 CA

RGB Percentages of Color #c571ca

%38.48
%22.07
%39.45

CMYK Percentages of Color #c571ca

%2
%44
%0
%21

Triadic Colors of #c571ca

#c571ca #cac571 #71cac5

Analogous Colors of #c571ca

#c571ca #ca71a3 #9971ca

Monochromatic Colors of #c571ca

#c571ca

Complementary Color

#c571ca #76ca71

#c571ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c571ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c571ca Color CSS Codes

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

#c571ca Text Font Color

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

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


#c571ca Background Color

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

This div background color is #c571ca


#c571ca Border Color

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

This div border color is #c571ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c571ca


Comments

No comments written yet.

Please login to write comment.