Color Hex Logo

#e04268 Color Hex

#E04268
(224,66,104)
0 Favorites   0 Comments

Color spaces of #e04268

RGB 22466104
HSL0.960.720.57
HSV346°71°88°
CMYK 0.000.710.54   0.12
XYZ35.187420.743215.2460
Yxy20.74320.49440.2914
Hunter Lab45.544758.204212.0341
CIE-Lab52.667363.041114.5366

#e04268 color RGB value is (224,66,104).

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

The process color (four color CMYK) of #e04268 color hex is 0.00, 0.71, 0.54, 0.12. Web safe color of #e04268 is #cc3366. Color #e04268 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01000010 01101000
Octal 340 102 150
Decimal 224 66 104
Hex E0 42 68

RGB Percentages of Color #e04268

%56.85
%16.75
%26.40

CMYK Percentages of Color #e04268

%0
%71
%54
%12

Triadic Colors of #e04268

#e04268 #68e042 #4268e0

Analogous Colors of #e04268

#e04268 #e06b42 #e042b7

Monochromatic Colors of #e04268

#e04268

Complementary Color

#e04268 #42e0ba

#e04268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04268 Color CSS Codes

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

#e04268 Text Font Color

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

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


#e04268 Background Color

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

This div background color is #e04268


#e04268 Border Color

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

This div border color is #e04268


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,66,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 #e04268">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04268


Comments

No comments written yet.

Please login to write comment.