Color Hex Logo

#e082ec Color Hex

#E082EC
(224,130,236)
0 Favorites   0 Comments

Color spaces of #e082ec

RGB 224130236
HSL0.810.740.72
HSV293°45°93°
CMYK 0.050.450.00   0.07
XYZ53.863437.868783.8274
Yxy37.86870.30680.2157
Hunter Lab61.537548.5491-37.6895
CIE-Lab67.923752.0261-38.6079

#e082ec color RGB value is (224,130,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 10000010 11101100
Octal 340 202 354
Decimal 224 130 236
Hex E0 82 EC

RGB Percentages of Color #e082ec

%37.97
%22.03
%40.00

CMYK Percentages of Color #e082ec

%5
%45
%0
%7

Triadic Colors of #e082ec

#e082ec #ece082 #82ece0

Analogous Colors of #e082ec

#e082ec #ec82c3 #ab82ec

Monochromatic Colors of #e082ec

#e082ec

Complementary Color

#e082ec #8eec82

#e082ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e082ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#e082ec Color CSS Codes

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

#e082ec Text Font Color

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

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


#e082ec Background Color

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

This div background color is #e082ec


#e082ec Border Color

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

This div border color is #e082ec


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,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 #e082ec">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e082ec


Comments

No comments written yet.

Please login to write comment.