Color Hex Logo

#c582ca Color Hex

#C582CA
(197,130,202)
0 Favorites   0 Comments

Color spaces of #c582ca

RGB 197130202
HSL0.820.400.65
HSV296°36°79°
CMYK 0.020.360.00   0.21
XYZ41.669332.099859.8768
Yxy32.09980.31180.2402
Hunter Lab56.656732.1322-23.0001
CIE-Lab63.425337.4855-26.9160

#c582ca color RGB value is (197,130,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11001010
Octal 305 202 312
Decimal 197 130 202
Hex C5 82 CA

RGB Percentages of Color #c582ca

%37.24
%24.57
%38.19

CMYK Percentages of Color #c582ca

%2
%36
%0
%21

Triadic Colors of #c582ca

#c582ca #cac582 #82cac5

Analogous Colors of #c582ca

#c582ca #ca82ab #a182ca

Monochromatic Colors of #c582ca

#c582ca

Complementary Color

#c582ca #87ca82

#c582ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582ca Color CSS Codes

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

#c582ca Text Font Color

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

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


#c582ca Background Color

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

This div background color is #c582ca


#c582ca Border Color

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

This div border color is #c582ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582ca


Comments

No comments written yet.

Please login to write comment.