Color Hex Logo

#e94a8f Color Hex

#E94A8F
(233,74,143)
0 Favorites   0 Comments

Color spaces of #e94a8f

RGB 23374143
HSL0.930.780.60
HSV334°68°91°
CMYK 0.000.680.39   0.09
XYZ41.011024.204428.4970
Yxy24.20440.43760.2583
Hunter Lab49.198062.69960.0960
CIE-Lab56.291966.2221-3.2900

#e94a8f color RGB value is (233,74,143).

#e94a8f hex color red value is 233, green value is 74 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e94a8f hue: 0.93 , saturation: 0.78 and the lightness value of e94a8f is 0.60.

The process color (four color CMYK) of #e94a8f color hex is 0.00, 0.68, 0.39, 0.09. Web safe color of #e94a8f is #ff3399. Color #e94a8f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001010 10001111
Octal 351 112 217
Decimal 233 74 143
Hex E9 4A 8F

RGB Percentages of Color #e94a8f

%51.78
%16.44
%31.78

CMYK Percentages of Color #e94a8f

%0
%68
%39
%9

Triadic Colors of #e94a8f

#e94a8f #8fe94a #4a8fe9

Analogous Colors of #e94a8f

#e94a8f #e9554a #e94adf

Monochromatic Colors of #e94a8f

#e94a8f

Complementary Color

#e94a8f #4ae9a4

#e94a8f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94a8f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94a8f Color CSS Codes

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

#e94a8f Text Font Color

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

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


#e94a8f Background Color

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

This div background color is #e94a8f


#e94a8f Border Color

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

This div border color is #e94a8f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94a8f


Comments

No comments written yet.

Please login to write comment.