Color Hex Logo

#e582ec Color Hex

#E582EC
(229,130,236)
0 Favorites   0 Comments

Color spaces of #e582ec

RGB 229130236
HSL0.820.740.72
HSV296°45°93°
CMYK 0.030.450.00   0.07
XYZ55.436138.679483.9010
Yxy38.67940.31140.2173
Hunter Lab62.192850.2703-36.4501
CIE-Lab68.518453.4514-37.6363

#e582ec color RGB value is (229,130,236).

#e582ec hex color red value is 229, green value is 130 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #e582ec hue: 0.82 , saturation: 0.74 and the lightness value of e582ec is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10000010 11101100
Octal 345 202 354
Decimal 229 130 236
Hex E5 82 EC

RGB Percentages of Color #e582ec

%38.49
%21.85
%39.66

CMYK Percentages of Color #e582ec

%3
%45
%0
%7

Triadic Colors of #e582ec

#e582ec #ece582 #82ece5

Analogous Colors of #e582ec

#e582ec #ec82be #b082ec

Monochromatic Colors of #e582ec

#e582ec

Complementary Color

#e582ec #89ec82

#e582ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e582ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e582ec Color CSS Codes

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

#e582ec Text Font Color

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

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


#e582ec Background Color

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

This div background color is #e582ec


#e582ec Border Color

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

This div border color is #e582ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e582ec


Comments

No comments written yet.

Please login to write comment.