Color Hex Logo

#e691bf Color Hex

#E691BF
(230,145,191)
0 Favorites   0 Comments

Color spaces of #e691bf

RGB 230145191
HSL0.910.630.74
HSV328°37°90°
CMYK 0.000.370.17   0.10
XYZ52.162540.835454.4230
Yxy40.83540.35380.2770
Hunter Lab63.902633.8767-5.7629
CIE-Lab70.060438.4141-10.3420

#e691bf color RGB value is (230,145,191).

#e691bf hex color red value is 230, green value is 145 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e691bf hue: 0.91 , saturation: 0.63 and the lightness value of e691bf is 0.74.

The process color (four color CMYK) of #e691bf color hex is 0.00, 0.37, 0.17, 0.10. Web safe color of #e691bf is #ff99cc. Color #e691bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 10010001 10111111
Octal 346 221 277
Decimal 230 145 191
Hex E6 91 BF

RGB Percentages of Color #e691bf

%40.64
%25.62
%33.75

CMYK Percentages of Color #e691bf

%0
%37
%17
%10

Triadic Colors of #e691bf

#e691bf #bfe691 #91bfe6

Analogous Colors of #e691bf

#e691bf #e69195 #e391e6

Monochromatic Colors of #e691bf

#e691bf

Complementary Color

#e691bf #91e6b8

#e691bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e691bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e691bf Color CSS Codes

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

#e691bf Text Font Color

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

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


#e691bf Background Color

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

This div background color is #e691bf


#e691bf Border Color

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

This div border color is #e691bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e691bf


Comments

No comments written yet.

Please login to write comment.