Color Hex Logo

#e481cd Color Hex

#E481CD
(228,129,205)
0 Favorites   0 Comments

Color spaces of #e481cd

RGB 228129205
HSL0.870.650.70
HSV314°43°89°
CMYK 0.000.430.10   0.11
XYZ50.864636.602362.1417
Yxy36.60230.34000.2447
Hunter Lab60.499844.1973-18.5491
CIE-Lab66.977648.2785-22.8319

#e481cd color RGB value is (228,129,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 11001101
Octal 344 201 315
Decimal 228 129 205
Hex E4 81 CD

RGB Percentages of Color #e481cd

%40.57
%22.95
%36.48

CMYK Percentages of Color #e481cd

%0
%43
%10
%11

Triadic Colors of #e481cd

#e481cd #cde481 #81cde4

Analogous Colors of #e481cd

#e481cd #e4819c #ca81e4

Monochromatic Colors of #e481cd

#e481cd

Complementary Color

#e481cd #81e498

#e481cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e481cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e481cd Color CSS Codes

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

#e481cd Text Font Color

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

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


#e481cd Background Color

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

This div background color is #e481cd


#e481cd Border Color

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

This div border color is #e481cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e481cd


Comments

No comments written yet.

Please login to write comment.