Color Hex Logo

#e481dc Color Hex

#E481DC
(228,129,220)
0 Favorites   0 Comments

Color spaces of #e481dc

RGB 228129220
HSL0.850.650.70
HSV305°43°89°
CMYK 0.000.430.04   0.11
XYZ52.763437.361872.1408
Yxy37.36180.32520.2303
Hunter Lab61.124347.1163-27.1889
CIE-Lab67.547650.8113-30.3085

#e481dc color RGB value is (228,129,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 11011100
Octal 344 201 334
Decimal 228 129 220
Hex E4 81 DC

RGB Percentages of Color #e481dc

%39.51
%22.36
%38.13

CMYK Percentages of Color #e481dc

%0
%43
%4
%11

Triadic Colors of #e481dc

#e481dc #dce481 #81dce4

Analogous Colors of #e481dc

#e481dc #e481ab #bb81e4

Monochromatic Colors of #e481dc

#e481dc

Complementary Color

#e481dc #81e489

#e481dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e481dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e481dc Color CSS Codes

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

#e481dc Text Font Color

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

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


#e481dc Background Color

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

This div background color is #e481dc


#e481dc Border Color

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

This div border color is #e481dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e481dc


Comments

No comments written yet.

Please login to write comment.