Color Hex Logo

#c582eb Color Hex

#C582EB
(197,130,235)
0 Favorites   0 Comments

Color spaces of #c582eb

RGB 197130235
HSL0.770.720.72
HSV278°45°92°
CMYK 0.160.450.00   0.08
XYZ46.004033.833782.7032
Yxy33.83370.28300.2082
Hunter Lab58.166739.3836-43.5836
CIE-Lab64.830444.1681-43.1182

#c582eb color RGB value is (197,130,235).

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

The process color (four color CMYK) of #c582eb color hex is 0.16, 0.45, 0.00, 0.08. Web safe color of #c582eb is #cc99ff. Color #c582eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 10000010 11101011
Octal 305 202 353
Decimal 197 130 235
Hex C5 82 EB

RGB Percentages of Color #c582eb

%35.05
%23.13
%41.81

CMYK Percentages of Color #c582eb

%16
%45
%0
%8

Triadic Colors of #c582eb

#c582eb #ebc582 #82ebc5

Analogous Colors of #c582eb

#c582eb #eb82dd #9182eb

Monochromatic Colors of #c582eb

#c582eb

Complementary Color

#c582eb #a8eb82

#c582eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c582eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#c582eb Color CSS Codes

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

#c582eb Text Font Color

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

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


#c582eb Background Color

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

This div background color is #c582eb


#c582eb Border Color

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

This div border color is #c582eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c582eb


Comments

No comments written yet.

Please login to write comment.