Color Hex Logo

#e94ebc Color Hex

#E94EBC
(233,78,188)
0 Favorites   0 Comments

Color spaces of #e94ebc

RGB 23378188
HSL0.880.780.61
HSV317°67°91°
CMYK 0.000.670.19   0.09
XYZ45.405826.403350.2801
Yxy26.40330.37190.2163
Hunter Lab51.384167.8100-22.0472
CIE-Lab58.417970.0990-26.2811

#e94ebc color RGB value is (233,78,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001110 10111100
Octal 351 116 274
Decimal 233 78 188
Hex E9 4E BC

RGB Percentages of Color #e94ebc

%46.69
%15.63
%37.68

CMYK Percentages of Color #e94ebc

%0
%67
%19
%9

Triadic Colors of #e94ebc

#e94ebc #bce94e #4ebce9

Analogous Colors of #e94ebc

#e94ebc #e94e6f #c94ee9

Monochromatic Colors of #e94ebc

#e94ebc

Complementary Color

#e94ebc #4ee97b

#e94ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94ebc Color CSS Codes

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

#e94ebc Text Font Color

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

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


#e94ebc Background Color

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

This div background color is #e94ebc


#e94ebc Border Color

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

This div border color is #e94ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94ebc


Comments

No comments written yet.

Please login to write comment.