Color Hex Logo

#e114bf Color Hex

#E114BF
(225,20,191)
0 Favorites   0 Comments

Color spaces of #e114bf

RGB 22520191
HSL0.860.840.48
HSV310°91°88°
CMYK 0.000.910.15   0.12
XYZ40.705520.269551.0572
Yxy20.26950.36330.1809
Hunter Lab45.021782.5996-35.7232
CIE-Lab52.140683.1752-37.8965

#e114bf color RGB value is (225,20,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 00010100 10111111
Octal 341 24 277
Decimal 225 20 191
Hex E1 14 BF

RGB Percentages of Color #e114bf

%51.61
%4.59
%43.81

CMYK Percentages of Color #e114bf

%0
%91
%15
%12

Triadic Colors of #e114bf

#e114bf #bfe114 #14bfe1

Analogous Colors of #e114bf

#e114bf #e11459 #9d14e1

Monochromatic Colors of #e114bf

#e114bf

Complementary Color

#e114bf #14e136

#e114bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e114bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e114bf Color CSS Codes

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

#e114bf Text Font Color

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

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


#e114bf Background Color

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

This div background color is #e114bf


#e114bf Border Color

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

This div border color is #e114bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e114bf


Comments

No comments written yet.

Please login to write comment.