Color Hex Logo

#e184b0 Color Hex

#E184B0
(225,132,176)
0 Favorites   0 Comments

Color spaces of #e184b0

RGB 225132176
HSL0.920.610.70
HSV332°41°88°
CMYK 0.000.410.22   0.12
XYZ47.139135.644745.4699
Yxy35.64470.36750.2779
Hunter Lab59.703236.4555-3.3630
CIE-Lab66.247641.2621-7.6859

#e184b0 color RGB value is (225,132,176).

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

The process color (four color CMYK) of #e184b0 color hex is 0.00, 0.41, 0.22, 0.12. Web safe color of #e184b0 is #cc9999. Color #e184b0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10110000
Octal 341 204 260
Decimal 225 132 176
Hex E1 84 B0

RGB Percentages of Color #e184b0

%42.21
%24.77
%33.02

CMYK Percentages of Color #e184b0

%0
%41
%22
%12

Triadic Colors of #e184b0

#e184b0 #b0e184 #84b0e1

Analogous Colors of #e184b0

#e184b0 #e18784 #e184df

Monochromatic Colors of #e184b0

#e184b0

Complementary Color

#e184b0 #84e1b5

#e184b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184b0 Color CSS Codes

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

#e184b0 Text Font Color

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

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


#e184b0 Background Color

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

This div background color is #e184b0


#e184b0 Border Color

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

This div border color is #e184b0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,132,176, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184b0


Comments

No comments written yet.

Please login to write comment.