Color Hex Logo

#e594bc Color Hex

#E594BC
(229,148,188)
0 Favorites   0 Comments

Color spaces of #e594bc

RGB 229148188
HSL0.920.610.74
HSV330°35°90°
CMYK 0.000.350.18   0.10
XYZ51.980141.468752.8416
Yxy41.46870.35530.2835
Hunter Lab64.396231.3904-3.5743
CIE-Lab70.503136.0286-8.0264

#e594bc color RGB value is (229,148,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 10010100 10111100
Octal 345 224 274
Decimal 229 148 188
Hex E5 94 BC

RGB Percentages of Color #e594bc

%40.53
%26.19
%33.27

CMYK Percentages of Color #e594bc

%0
%35
%18
%10

Triadic Colors of #e594bc

#e594bc #bce594 #94bce5

Analogous Colors of #e594bc

#e594bc #e59594 #e594e5

Monochromatic Colors of #e594bc

#e594bc

Complementary Color

#e594bc #94e5bd

#e594bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e594bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e594bc Color CSS Codes

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

#e594bc Text Font Color

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

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


#e594bc Background Color

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

This div background color is #e594bc


#e594bc Border Color

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

This div border color is #e594bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,148,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e594bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e594bc


Comments

No comments written yet.

Please login to write comment.