Color Hex Logo

#c581ca Color Hex

#C581CA
(197,129,202)
0 Favorites   0 Comments

Color spaces of #c581ca

RGB 197129202
HSL0.820.410.65
HSV296°36°79°
CMYK 0.020.360.00   0.21
XYZ41.536931.835159.8327
Yxy31.83510.31180.2390
Hunter Lab56.422632.6677-23.3776
CIE-Lab63.206438.0264-27.2533

#c581ca color RGB value is (197,129,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000001 11001010
Octal 305 201 312
Decimal 197 129 202
Hex C5 81 CA

RGB Percentages of Color #c581ca

%37.31
%24.43
%38.26

CMYK Percentages of Color #c581ca

%2
%36
%0
%21

Triadic Colors of #c581ca

#c581ca #cac581 #81cac5

Analogous Colors of #c581ca

#c581ca #ca81ab #a181ca

Monochromatic Colors of #c581ca

#c581ca

Complementary Color

#c581ca #86ca81

#c581ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c581ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c581ca Color CSS Codes

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

#c581ca Text Font Color

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

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


#c581ca Background Color

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

This div background color is #c581ca


#c581ca Border Color

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

This div border color is #c581ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c581ca


Comments

No comments written yet.

Please login to write comment.