Color Hex Logo

#e44068 Color Hex

#E44068
(228,64,104)
0 Favorites   0 Comments

Color spaces of #e44068

RGB 22864104
HSL0.960.750.57
HSV345°72°89°
CMYK 0.000.720.54   0.11
XYZ36.327021.160215.2664
Yxy21.16020.49930.2908
Hunter Lab46.000260.463512.5232
CIE-Lab53.124464.905615.2784

#e44068 color RGB value is (228,64,104).

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

The process color (four color CMYK) of #e44068 color hex is 0.00, 0.72, 0.54, 0.11. Web safe color of #e44068 is #cc3366. Color #e44068 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01000000 01101000
Octal 344 100 150
Decimal 228 64 104
Hex E4 40 68

RGB Percentages of Color #e44068

%57.58
%16.16
%26.26

CMYK Percentages of Color #e44068

%0
%72
%54
%11

Triadic Colors of #e44068

#e44068 #68e440 #4068e4

Analogous Colors of #e44068

#e44068 #e46a40 #e440ba

Monochromatic Colors of #e44068

#e44068

Complementary Color

#e44068 #40e4bc

#e44068 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e44068 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e44068 Color CSS Codes

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

#e44068 Text Font Color

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

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


#e44068 Background Color

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

This div background color is #e44068


#e44068 Border Color

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

This div border color is #e44068


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e44068


Comments

No comments written yet.

Please login to write comment.