Color Hex Logo

#e44bad Color Hex

#E44BAD
(228,75,173)
0 Favorites   0 Comments

Color spaces of #e44bad

RGB 22875173
HSL0.890.740.59
HSV322°67°89°
CMYK 0.000.670.24   0.11
XYZ42.053824.543342.0560
Yxy24.54330.38700.2259
Hunter Lab49.541264.8254-15.6530
CIE-Lab56.627767.9501-20.4328

#e44bad color RGB value is (228,75,173).

#e44bad hex color red value is 228, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e44bad hue: 0.89 , saturation: 0.74 and the lightness value of e44bad is 0.59.

The process color (four color CMYK) of #e44bad color hex is 0.00, 0.67, 0.24, 0.11. Web safe color of #e44bad is #cc3399. Color #e44bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01001011 10101101
Octal 344 113 255
Decimal 228 75 173
Hex E4 4B AD

RGB Percentages of Color #e44bad

%47.90
%15.76
%36.34

CMYK Percentages of Color #e44bad

%0
%67
%24
%11

Triadic Colors of #e44bad

#e44bad #ade44b #4bade4

Analogous Colors of #e44bad

#e44bad #e44b61 #cf4be4

Monochromatic Colors of #e44bad

#e44bad

Complementary Color

#e44bad #4be482

#e44bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44bad Color CSS Codes

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

#e44bad Text Font Color

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

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


#e44bad Background Color

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

This div background color is #e44bad


#e44bad Border Color

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

This div border color is #e44bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44bad


Comments

No comments written yet.

Please login to write comment.