Color Hex Logo

#e14abb Color Hex

#E14ABB
(225,74,187)
0 Favorites   0 Comments

Color spaces of #e14abb

RGB 22574187
HSL0.880.720.59
HSV315°67°88°
CMYK 0.000.670.17   0.12
XYZ42.469824.493049.5029
Yxy24.49300.36470.2103
Hunter Lab49.490466.5702-24.6617
CIE-Lab56.578169.4163-28.6526

#e14abb color RGB value is (225,74,187).

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

The process color (four color CMYK) of #e14abb color hex is 0.00, 0.67, 0.17, 0.12. Web safe color of #e14abb is #cc33cc. Color #e14abb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 01001010 10111011
Octal 341 112 273
Decimal 225 74 187
Hex E1 4A BB

RGB Percentages of Color #e14abb

%46.30
%15.23
%38.48

CMYK Percentages of Color #e14abb

%0
%67
%17
%12

Triadic Colors of #e14abb

#e14abb #bbe14a #4abbe1

Analogous Colors of #e14abb

#e14abb #e14a70 #bc4ae1

Monochromatic Colors of #e14abb

#e14abb

Complementary Color

#e14abb #4ae170

#e14abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e14abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e14abb Color CSS Codes

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

#e14abb Text Font Color

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

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


#e14abb Background Color

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

This div background color is #e14abb


#e14abb Border Color

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

This div border color is #e14abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e14abb


Comments

No comments written yet.

Please login to write comment.