Color Hex Logo

#e94bae Color Hex

#E94BAE
(233,75,174)
0 Favorites   0 Comments

Color spaces of #e94bae

RGB 23375174
HSL0.900.780.60
HSV322°68°91°
CMYK 0.000.680.25   0.09
XYZ43.760325.411842.6429
Yxy25.41180.39140.2273
Hunter Lab50.410166.7356-14.8675
CIE-Lab57.474569.3856-19.6472

#e94bae color RGB value is (233,75,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101001 01001011 10101110
Octal 351 113 256
Decimal 233 75 174
Hex E9 4B AE

RGB Percentages of Color #e94bae

%48.34
%15.56
%36.10

CMYK Percentages of Color #e94bae

%0
%68
%25
%9

Triadic Colors of #e94bae

#e94bae #aee94b #4baee9

Analogous Colors of #e94bae

#e94bae #e94b5f #d54be9

Monochromatic Colors of #e94bae

#e94bae

Complementary Color

#e94bae #4be986

#e94bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e94bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e94bae Color CSS Codes

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

#e94bae Text Font Color

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

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


#e94bae Background Color

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

This div background color is #e94bae


#e94bae Border Color

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

This div border color is #e94bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e94bae


Comments

No comments written yet.

Please login to write comment.