Color Hex Logo

#e307be Color Hex

#E307BE
(227,7,190)
0 Favorites   0 Comments

Color spaces of #e307be

RGB 2277190
HSL0.860.940.46
HSV310°97°89°
CMYK 0.000.970.16   0.11
XYZ41.048820.200650.4508
Yxy20.20060.36750.1808
Hunter Lab44.945184.3720-35.0914
CIE-Lab52.063384.5649-37.4121

#e307be color RGB value is (227,7,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00000111 10111110
Octal 343 7 276
Decimal 227 7 190
Hex E3 7 BE

RGB Percentages of Color #e307be

%53.54
%1.65
%44.81

CMYK Percentages of Color #e307be

%0
%97
%16
%11

Triadic Colors of #e307be

#e307be #bee307 #07bee3

Analogous Colors of #e307be

#e307be #e30750 #9a07e3

Monochromatic Colors of #e307be

#e307be

Complementary Color

#e307be #07e32c

#e307be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e307be Color Preview on White Background

Lorem ipsum dolor sit amet.

#e307be Color CSS Codes

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

#e307be Text Font Color

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

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


#e307be Background Color

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

This div background color is #e307be


#e307be Border Color

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

This div border color is #e307be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e307be


Comments

No comments written yet.

Please login to write comment.