Color Hex Logo

#e184bc Color Hex

#E184BC
(225,132,188)
0 Favorites   0 Comments

Color spaces of #e184bc

RGB 225132188
HSL0.900.610.70
HSV324°41°88°
CMYK 0.000.410.16   0.12
XYZ48.379736.140952.0030
Yxy36.14090.35440.2647
Hunter Lab60.117338.4435-9.2053
CIE-Lab66.627443.0666-13.8727

#e184bc color RGB value is (225,132,188).

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

The process color (four color CMYK) of #e184bc color hex is 0.00, 0.41, 0.16, 0.12. Web safe color of #e184bc is #cc99cc. Color #e184bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 10000100 10111100
Octal 341 204 274
Decimal 225 132 188
Hex E1 84 BC

RGB Percentages of Color #e184bc

%41.28
%24.22
%34.50

CMYK Percentages of Color #e184bc

%0
%41
%16
%12

Triadic Colors of #e184bc

#e184bc #bce184 #84bce1

Analogous Colors of #e184bc

#e184bc #e1848e #d884e1

Monochromatic Colors of #e184bc

#e184bc

Complementary Color

#e184bc #84e1a9

#e184bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e184bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e184bc Color CSS Codes

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

#e184bc Text Font Color

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

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


#e184bc Background Color

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

This div background color is #e184bc


#e184bc Border Color

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

This div border color is #e184bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e184bc


Comments

No comments written yet.

Please login to write comment.