Color Hex Logo

#e182bb Color Hex

#E182BB
(225,130,187)
0 Favorites   0 Comments

Color spaces of #e182bb

RGB 225130187
HSL0.900.610.70
HSV324°42°88°
CMYK 0.000.420.17   0.12
XYZ48.003635.560751.3475
Yxy35.56070.35580.2636
Hunter Lab59.632839.3327-9.3094
CIE-Lab66.182943.9456-13.9795

#e182bb color RGB value is (225,130,187).

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

The process color (four color CMYK) of #e182bb color hex is 0.00, 0.42, 0.17, 0.12. Web safe color of #e182bb is #cc99cc. Color #e182bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000010 10111011
Octal 341 202 273
Decimal 225 130 187
Hex E1 82 BB

RGB Percentages of Color #e182bb

%41.51
%23.99
%34.50

CMYK Percentages of Color #e182bb

%0
%42
%17
%12

Triadic Colors of #e182bb

#e182bb #bbe182 #82bbe1

Analogous Colors of #e182bb

#e182bb #e1828c #d882e1

Monochromatic Colors of #e182bb

#e182bb

Complementary Color

#e182bb #82e1a8

#e182bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e182bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e182bb Color CSS Codes

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

#e182bb Text Font Color

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

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


#e182bb Background Color

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

This div background color is #e182bb


#e182bb Border Color

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

This div border color is #e182bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,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 #e182bb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e182bb


Comments

No comments written yet.

Please login to write comment.