Color Hex Logo

#e482da Color Hex

#E482DA
(228,130,218)
0 Favorites   0 Comments

Color spaces of #e482da

RGB 228130218
HSL0.850.640.70
HSV306°43°89°
CMYK 0.000.430.04   0.11
XYZ52.632437.521270.7979
Yxy37.52120.32700.2331
Hunter Lab61.254646.1790-25.6491
CIE-Lab67.666249.9596-29.0152

#e482da color RGB value is (228,130,218).

#e482da hex color red value is 228, green value is 130 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e482da hue: 0.85 , saturation: 0.64 and the lightness value of e482da is 0.70.

The process color (four color CMYK) of #e482da color hex is 0.00, 0.43, 0.04, 0.11. Web safe color of #e482da is #cc99cc. Color #e482da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 11011010
Octal 344 202 332
Decimal 228 130 218
Hex E4 82 DA

RGB Percentages of Color #e482da

%39.58
%22.57
%37.85

CMYK Percentages of Color #e482da

%0
%43
%4
%11

Triadic Colors of #e482da

#e482da #dae482 #82dae4

Analogous Colors of #e482da

#e482da #e482a9 #bd82e4

Monochromatic Colors of #e482da

#e482da

Complementary Color

#e482da #82e48c

#e482da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482da Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482da Color CSS Codes

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

#e482da Text Font Color

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

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


#e482da Background Color

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

This div background color is #e482da


#e482da Border Color

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

This div border color is #e482da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482da


Comments

No comments written yet.

Please login to write comment.