Color Hex Logo

#e481cb Color Hex

#E481CB
(228,129,203)
0 Favorites   0 Comments

Color spaces of #e481cb

RGB 228129203
HSL0.880.650.70
HSV315°43°89°
CMYK 0.000.430.11   0.11
XYZ50.624736.506360.8781
Yxy36.50630.34200.2466
Hunter Lab60.420443.8247-17.4448
CIE-Lab66.905047.9523-21.8249

#e481cb color RGB value is (228,129,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000001 11001011
Octal 344 201 313
Decimal 228 129 203
Hex E4 81 CB

RGB Percentages of Color #e481cb

%40.71
%23.04
%36.25

CMYK Percentages of Color #e481cb

%0
%43
%11
%11

Triadic Colors of #e481cb

#e481cb #cbe481 #81cbe4

Analogous Colors of #e481cb

#e481cb #e4819a #cc81e4

Monochromatic Colors of #e481cb

#e481cb

Complementary Color

#e481cb #81e49a

#e481cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e481cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e481cb Color CSS Codes

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

#e481cb Text Font Color

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

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


#e481cb Background Color

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

This div background color is #e481cb


#e481cb Border Color

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

This div border color is #e481cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e481cb


Comments

No comments written yet.

Please login to write comment.