Color Hex Logo

#e114bb Color Hex

#E114BB
(225,20,187)
0 Favorites   0 Comments

Color spaces of #e114bb

RGB 22520187
HSL0.860.840.48
HSV311°91°88°
CMYK 0.000.910.17   0.12
XYZ40.271120.095748.7700
Yxy20.09570.36900.1841
Hunter Lab44.828281.9047-33.1236
CIE-Lab51.945282.6716-35.8775

#e114bb color RGB value is (225,20,187).

#e114bb hex color red value is 225, green value is 20 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e114bb hue: 0.86 , saturation: 0.84 and the lightness value of e114bb is 0.48.

The process color (four color CMYK) of #e114bb color hex is 0.00, 0.91, 0.17, 0.12. Web safe color of #e114bb is #cc00cc. Color #e114bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10111011
Octal 341 24 273
Decimal 225 20 187
Hex E1 14 BB

RGB Percentages of Color #e114bb

%52.08
%4.63
%43.29

CMYK Percentages of Color #e114bb

%0
%91
%17
%12

Triadic Colors of #e114bb

#e114bb #bbe114 #14bbe1

Analogous Colors of #e114bb

#e114bb #e11454 #a114e1

Monochromatic Colors of #e114bb

#e114bb

Complementary Color

#e114bb #14e13a

#e114bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114bb Color CSS Codes

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

#e114bb Text Font Color

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

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


#e114bb Background Color

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

This div background color is #e114bb


#e114bb Border Color

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

This div border color is #e114bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114bb


Comments

No comments written yet.

Please login to write comment.