Color Hex Logo

#c582ce Color Hex

#C582CE
(197,130,206)
0 Favorites   0 Comments

Color spaces of #c582ce

RGB 197130206
HSL0.810.440.66
HSV293°37°81°
CMYK 0.040.370.00   0.19
XYZ42.149232.291862.4040
Yxy32.29180.30800.2360
Hunter Lab56.825932.9527-25.3319
CIE-Lab63.583338.2569-28.9171

#c582ce color RGB value is (197,130,206).

#c582ce hex color red value is 197, green value is 130 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #c582ce hue: 0.81 , saturation: 0.44 and the lightness value of c582ce is 0.66.

The process color (four color CMYK) of #c582ce color hex is 0.04, 0.37, 0.00, 0.19. Web safe color of #c582ce is #cc99cc. Color #c582ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11001110
Octal 305 202 316
Decimal 197 130 206
Hex C5 82 CE

RGB Percentages of Color #c582ce

%36.96
%24.39
%38.65

CMYK Percentages of Color #c582ce

%4
%37
%0
%19

Triadic Colors of #c582ce

#c582ce #cec582 #82cec5

Analogous Colors of #c582ce

#c582ce #ce82b1 #9f82ce

Monochromatic Colors of #c582ce

#c582ce

Complementary Color

#c582ce #8bce82

#c582ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582ce Color CSS Codes

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

#c582ce Text Font Color

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

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


#c582ce Background Color

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

This div background color is #c582ce


#c582ce Border Color

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

This div border color is #c582ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,130,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #c582ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582ce


Comments

No comments written yet.

Please login to write comment.