Color Hex Logo

#c582dd Color Hex

#C582DD
(197,130,221)
0 Favorites   0 Comments

Color spaces of #c582dd

RGB 197130221
HSL0.790.570.69
HSV284°41°87°
CMYK 0.110.410.00   0.13
XYZ44.059733.056072.4649
Yxy33.05600.29460.2210
Hunter Lab57.494336.1750-34.4821
CIE-Lab64.206241.2479-36.3301

#c582dd color RGB value is (197,130,221).

#c582dd hex color red value is 197, green value is 130 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #c582dd hue: 0.79 , saturation: 0.57 and the lightness value of c582dd is 0.69.

The process color (four color CMYK) of #c582dd color hex is 0.11, 0.41, 0.00, 0.13. Web safe color of #c582dd is #cc99cc. Color #c582dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11011101
Octal 305 202 335
Decimal 197 130 221
Hex C5 82 DD

RGB Percentages of Color #c582dd

%35.95
%23.72
%40.33

CMYK Percentages of Color #c582dd

%11
%41
%0
%13

Triadic Colors of #c582dd

#c582dd #ddc582 #82ddc5

Analogous Colors of #c582dd

#c582dd #dd82c8 #9882dd

Monochromatic Colors of #c582dd

#c582dd

Complementary Color

#c582dd #9add82

#c582dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582dd Color CSS Codes

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

#c582dd Text Font Color

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

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


#c582dd Background Color

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

This div background color is #c582dd


#c582dd Border Color

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

This div border color is #c582dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582dd


Comments

No comments written yet.

Please login to write comment.