Color Hex Logo

#e314be Color Hex

#E314BE
(227,20,190)
0 Favorites   0 Comments

Color spaces of #e314be

RGB 22720190
HSL0.860.840.48
HSV311°91°89°
CMYK 0.000.910.16   0.11
XYZ41.223020.548950.5088
Yxy20.54890.36710.1830
Hunter Lab45.330982.9952-34.3308
CIE-Lab52.452283.4222-36.8008

#e314be color RGB value is (227,20,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00010100 10111110
Octal 343 24 276
Decimal 227 20 190
Hex E3 14 BE

RGB Percentages of Color #e314be

%51.95
%4.58
%43.48

CMYK Percentages of Color #e314be

%0
%91
%16
%11

Triadic Colors of #e314be

#e314be #bee314 #14bee3

Analogous Colors of #e314be

#e314be #e31457 #a114e3

Monochromatic Colors of #e314be

#e314be

Complementary Color

#e314be #14e339

#e314be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e314be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e314be Color CSS Codes

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

#e314be Text Font Color

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

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


#e314be Background Color

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

This div background color is #e314be


#e314be Border Color

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

This div border color is #e314be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e314be


Comments

No comments written yet.

Please login to write comment.