Color Hex Logo

#e14ebb Color Hex

#E14EBB
(225,78,187)
0 Favorites   0 Comments

Color spaces of #e14ebb

RGB 22578187
HSL0.880.710.59
HSV316°65°88°
CMYK 0.000.650.17   0.12
XYZ42.745425.044249.5948
Yxy25.04420.36410.2134
Hunter Lab50.044264.8890-23.7267
CIE-Lab57.118567.9120-27.8160

#e14ebb color RGB value is (225,78,187).

#e14ebb hex color red value is 225, green value is 78 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e14ebb hue: 0.88 , saturation: 0.71 and the lightness value of e14ebb is 0.59.

The process color (four color CMYK) of #e14ebb color hex is 0.00, 0.65, 0.17, 0.12. Web safe color of #e14ebb is #cc66cc. Color #e14ebb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001110 10111011
Octal 341 116 273
Decimal 225 78 187
Hex E1 4E BB

RGB Percentages of Color #e14ebb

%45.92
%15.92
%38.16

CMYK Percentages of Color #e14ebb

%0
%65
%17
%12

Triadic Colors of #e14ebb

#e14ebb #bbe14e #4ebbe1

Analogous Colors of #e14ebb

#e14ebb #e14e72 #be4ee1

Monochromatic Colors of #e14ebb

#e14ebb

Complementary Color

#e14ebb #4ee174

#e14ebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14ebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14ebb Color CSS Codes

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

#e14ebb Text Font Color

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

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


#e14ebb Background Color

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

This div background color is #e14ebb


#e14ebb Border Color

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

This div border color is #e14ebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14ebb


Comments

No comments written yet.

Please login to write comment.