Color Hex Logo

#e309bf Color Hex

#E309BF
(227,9,191)
0 Favorites   0 Comments

Color spaces of #e309bf

RGB 2279191
HSL0.860.920.46
HSV310°96°89°
CMYK 0.000.960.16   0.11
XYZ41.180220.287951.0357
Yxy20.28790.36600.1803
Hunter Lab45.042184.3718-35.6501
CIE-Lab52.161284.5457-37.8391

#e309bf color RGB value is (227,9,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100011 00001001 10111111
Octal 343 11 277
Decimal 227 9 191
Hex E3 9 BF

RGB Percentages of Color #e309bf

%53.16
%2.11
%44.73

CMYK Percentages of Color #e309bf

%0
%96
%16
%11

Triadic Colors of #e309bf

#e309bf #bfe309 #09bfe3

Analogous Colors of #e309bf

#e309bf #e30952 #9a09e3

Monochromatic Colors of #e309bf

#e309bf

Complementary Color

#e309bf #09e32d

#e309bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e309bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e309bf Color CSS Codes

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

#e309bf Text Font Color

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

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


#e309bf Background Color

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

This div background color is #e309bf


#e309bf Border Color

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

This div border color is #e309bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e309bf


Comments

No comments written yet.

Please login to write comment.