Color Hex Logo

#e44085 Color Hex

#E44085
(228,64,133)
0 Favorites   0 Comments

Color spaces of #e44085

RGB 22864133
HSL0.930.750.57
HSV335°72°89°
CMYK 0.000.720.42   0.11
XYZ38.061921.854224.4025
Yxy21.85420.45140.2592
Hunter Lab46.748563.52221.7748
CIE-Lab53.872067.3700-1.0157

#e44085 color RGB value is (228,64,133).

#e44085 hex color red value is 228, green value is 64 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #e44085 hue: 0.93 , saturation: 0.75 and the lightness value of e44085 is 0.57.

The process color (four color CMYK) of #e44085 color hex is 0.00, 0.72, 0.42, 0.11. Web safe color of #e44085 is #cc3399. Color #e44085 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000000 10000101
Octal 344 100 205
Decimal 228 64 133
Hex E4 40 85

RGB Percentages of Color #e44085

%53.65
%15.06
%31.29

CMYK Percentages of Color #e44085

%0
%72
%42
%11

Triadic Colors of #e44085

#e44085 #85e440 #4085e4

Analogous Colors of #e44085

#e44085 #e44d40 #e440d7

Monochromatic Colors of #e44085

#e44085

Complementary Color

#e44085 #40e49f

#e44085 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44085 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44085 Color CSS Codes

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

#e44085 Text Font Color

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

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


#e44085 Background Color

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

This div background color is #e44085


#e44085 Border Color

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

This div border color is #e44085


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44085


Comments

No comments written yet.

Please login to write comment.