Color Hex Logo

#e314bf Color Hex

#E314BF
(227,20,191)
0 Favorites   0 Comments

Color spaces of #e314bf

RGB 22720191
HSL0.860.840.48
HSV310°91°89°
CMYK 0.000.910.16   0.11
XYZ41.332720.592851.0865
Yxy20.59280.36570.1822
Hunter Lab45.379383.1689-34.9812
CIE-Lab52.500983.5477-37.3049

#e314bf color RGB value is (227,20,191).

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

The process color (four color CMYK) of #e314bf color hex is 0.00, 0.91, 0.16, 0.11. Web safe color of #e314bf is #cc00cc. Color #e314bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 10111111
Octal 343 24 277
Decimal 227 20 191
Hex E3 14 BF

RGB Percentages of Color #e314bf

%51.83
%4.57
%43.61

CMYK Percentages of Color #e314bf

%0
%91
%16
%11

Triadic Colors of #e314bf

#e314bf #bfe314 #14bfe3

Analogous Colors of #e314bf

#e314bf #e31457 #a014e3

Monochromatic Colors of #e314bf

#e314bf

Complementary Color

#e314bf #14e338

#e314bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e314bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e314bf Color CSS Codes

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

#e314bf Text Font Color

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

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


#e314bf Background Color

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

This div background color is #e314bf


#e314bf Border Color

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

This div border color is #e314bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e314bf


Comments

No comments written yet.

Please login to write comment.