Color Hex Logo

#c582d1 Color Hex

#C582D1
(197,130,209)
0 Favorites   0 Comments

Color spaces of #c582d1

RGB 197130209
HSL0.810.460.66
HSV291°38°82°
CMYK 0.060.380.00   0.18
XYZ42.517232.439064.3421
Yxy32.43900.30520.2329
Hunter Lab56.955233.5789-27.1110
CIE-Lab63.704138.8429-30.4113

#c582d1 color RGB value is (197,130,209).

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

The process color (four color CMYK) of #c582d1 color hex is 0.06, 0.38, 0.00, 0.18. Web safe color of #c582d1 is #cc99cc. Color #c582d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11010001
Octal 305 202 321
Decimal 197 130 209
Hex C5 82 D1

RGB Percentages of Color #c582d1

%36.75
%24.25
%38.99

CMYK Percentages of Color #c582d1

%6
%38
%0
%18

Triadic Colors of #c582d1

#c582d1 #d1c582 #82d1c5

Analogous Colors of #c582d1

#c582d1 #d182b6 #9e82d1

Monochromatic Colors of #c582d1

#c582d1

Complementary Color

#c582d1 #8ed182

#c582d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582d1 Color CSS Codes

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

#c582d1 Text Font Color

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

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


#c582d1 Background Color

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

This div background color is #c582d1


#c582d1 Border Color

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

This div border color is #c582d1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582d1


Comments

No comments written yet.

Please login to write comment.