Color Hex Logo

#e594bf Color Hex

#E594BF
(229,148,191)
0 Favorites   0 Comments

Color spaces of #e594bf

RGB 229148191
HSL0.910.610.74
HSV328°35°90°
CMYK 0.000.350.17   0.10
XYZ52.307041.599454.5628
Yxy41.59940.35230.2802
Hunter Lab64.497631.8912-5.0090
CIE-Lab70.593836.4927-9.5582

#e594bf color RGB value is (229,148,191).

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

The process color (four color CMYK) of #e594bf color hex is 0.00, 0.35, 0.17, 0.10. Web safe color of #e594bf is #cc99cc. Color #e594bf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 10111111
Octal 345 224 277
Decimal 229 148 191
Hex E5 94 BF

RGB Percentages of Color #e594bf

%40.32
%26.06
%33.63

CMYK Percentages of Color #e594bf

%0
%35
%17
%10

Triadic Colors of #e594bf

#e594bf #bfe594 #94bfe5

Analogous Colors of #e594bf

#e594bf #e59497 #e394e5

Monochromatic Colors of #e594bf

#e594bf

Complementary Color

#e594bf #94e5ba

#e594bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594bf Color CSS Codes

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

#e594bf Text Font Color

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

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


#e594bf Background Color

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

This div background color is #e594bf


#e594bf Border Color

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

This div border color is #e594bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594bf


Comments

No comments written yet.

Please login to write comment.