Color Hex Logo

#e94ebd Color Hex

#E94EBD
(233,78,189)
0 Favorites   0 Comments

Color spaces of #e94ebd

RGB 23378189
HSL0.880.780.61
HSV317°67°91°
CMYK 0.000.670.19   0.09
XYZ45.514026.446550.8500
Yxy26.44650.37060.2153
Hunter Lab51.426267.9831-22.6274
CIE-Lab58.458570.2344-26.7931

#e94ebd color RGB value is (233,78,189).

#e94ebd hex color red value is 233, green value is 78 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #e94ebd hue: 0.88 , saturation: 0.78 and the lightness value of e94ebd is 0.61.

The process color (four color CMYK) of #e94ebd color hex is 0.00, 0.67, 0.19, 0.09. Web safe color of #e94ebd is #ff66cc. Color #e94ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 10111101
Octal 351 116 275
Decimal 233 78 189
Hex E9 4E BD

RGB Percentages of Color #e94ebd

%46.60
%15.60
%37.80

CMYK Percentages of Color #e94ebd

%0
%67
%19
%9

Triadic Colors of #e94ebd

#e94ebd #bde94e #4ebde9

Analogous Colors of #e94ebd

#e94ebd #e94e70 #c84ee9

Monochromatic Colors of #e94ebd

#e94ebd

Complementary Color

#e94ebd #4ee97a

#e94ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ebd Color CSS Codes

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

#e94ebd Text Font Color

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

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


#e94ebd Background Color

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

This div background color is #e94ebd


#e94ebd Border Color

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

This div border color is #e94ebd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(233,78,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e94ebd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e94ebd;
  -webkit-box-shadow: 1px 1px 3px 2px #e94ebd;
  box-shadow:         1px 1px 3px 2px #e94ebd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(233,78,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ebd


Comments

No comments written yet.

Please login to write comment.