Color Hex Logo

#e482bb Color Hex

#E482BB
(228,130,187)
0 Favorites   0 Comments

Color spaces of #e482bb

RGB 228130187
HSL0.900.640.70
HSV325°43°89°
CMYK 0.000.430.18   0.11
XYZ48.947236.047151.3917
Yxy36.04710.35890.2643
Hunter Lab60.039240.4541-8.7229
CIE-Lab66.555944.9299-13.3810

#e482bb color RGB value is (228,130,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100100 10000010 10111011
Octal 344 202 273
Decimal 228 130 187
Hex E4 82 BB

RGB Percentages of Color #e482bb

%41.83
%23.85
%34.31

CMYK Percentages of Color #e482bb

%0
%43
%18
%11

Triadic Colors of #e482bb

#e482bb #bbe482 #82bbe4

Analogous Colors of #e482bb

#e482bb #e4828a #dc82e4

Monochromatic Colors of #e482bb

#e482bb

Complementary Color

#e482bb #82e4ab

#e482bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e482bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e482bb Color CSS Codes

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

#e482bb Text Font Color

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

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


#e482bb Background Color

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

This div background color is #e482bb


#e482bb Border Color

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

This div border color is #e482bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e482bb


Comments

No comments written yet.

Please login to write comment.