Color Hex Logo

#e709bf Color Hex

#E709BF
(231,9,191)
0 Favorites   0 Comments

Color spaces of #e709bf

RGB 2319191
HSL0.860.930.47
HSV311°96°91°
CMYK 0.000.960.17   0.09
XYZ42.456720.945951.0955
Yxy20.94590.37080.1829
Hunter Lab45.766785.4986-34.1567
CIE-Lab52.890285.2728-36.6428

#e709bf color RGB value is (231,9,191).

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

The process color (four color CMYK) of #e709bf color hex is 0.00, 0.96, 0.17, 0.09. Web safe color of #e709bf is #ff00cc. Color #e709bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100111 00001001 10111111
Octal 347 11 277
Decimal 231 9 191
Hex E7 9 BF

RGB Percentages of Color #e709bf

%53.60
%2.09
%44.32

CMYK Percentages of Color #e709bf

%0
%96
%17
%9

Triadic Colors of #e709bf

#e709bf #bfe709 #09bfe7

Analogous Colors of #e709bf

#e709bf #e70950 #a009e7

Monochromatic Colors of #e709bf

#e709bf

Complementary Color

#e709bf #09e731

#e709bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e709bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e709bf Color CSS Codes

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

#e709bf Text Font Color

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

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


#e709bf Background Color

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

This div background color is #e709bf


#e709bf Border Color

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

This div border color is #e709bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e709bf


Comments

No comments written yet.

Please login to write comment.