Color Hex Logo

#c582ed Color Hex

#C582ED
(197,130,237)
0 Favorites   0 Comments

Color spaces of #c582ed

RGB 197130237
HSL0.770.750.72
HSV278°45°93°
CMYK 0.170.450.00   0.07
XYZ46.294733.950084.2338
Yxy33.95000.28150.2064
Hunter Lab58.266639.8574-44.9266
CIE-Lab64.922944.5945-44.0776

#c582ed color RGB value is (197,130,237).

#c582ed hex color red value is 197, green value is 130 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #c582ed hue: 0.77 , saturation: 0.75 and the lightness value of c582ed is 0.72.

The process color (four color CMYK) of #c582ed color hex is 0.17, 0.45, 0.00, 0.07. Web safe color of #c582ed is #cc99ff. Color #c582ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11101101
Octal 305 202 355
Decimal 197 130 237
Hex C5 82 ED

RGB Percentages of Color #c582ed

%34.93
%23.05
%42.02

CMYK Percentages of Color #c582ed

%17
%45
%0
%7

Triadic Colors of #c582ed

#c582ed #edc582 #82edc5

Analogous Colors of #c582ed

#c582ed #ed82e0 #9082ed

Monochromatic Colors of #c582ed

#c582ed

Complementary Color

#c582ed #aaed82

#c582ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582ed Color CSS Codes

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

#c582ed Text Font Color

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

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


#c582ed Background Color

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

This div background color is #c582ed


#c582ed Border Color

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

This div border color is #c582ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582ed


Comments

No comments written yet.

Please login to write comment.