Color Hex Logo

#e0626b Color Hex

#E0626B
(224,98,107)
0 Favorites   0 Comments

Color spaces of #e0626b

RGB 22498107
HSL0.990.670.63
HSV356°56°88°
CMYK 0.000.560.52   0.12
XYZ37.762025.644216.8695
Yxy25.64420.47040.3195
Hunter Lab50.640144.486115.6971
CIE-Lab57.697849.909019.6471

#e0626b color RGB value is (224,98,107).

#e0626b hex color red value is 224, green value is 98 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #e0626b hue: 0.99 , saturation: 0.67 and the lightness value of e0626b is 0.63.

The process color (four color CMYK) of #e0626b color hex is 0.00, 0.56, 0.52, 0.12. Web safe color of #e0626b is #cc6666. Color #e0626b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01100010 01101011
Octal 340 142 153
Decimal 224 98 107
Hex E0 62 6B

RGB Percentages of Color #e0626b

%52.21
%22.84
%24.94

CMYK Percentages of Color #e0626b

%0
%56
%52
%12

Triadic Colors of #e0626b

#e0626b #6be062 #626be0

Analogous Colors of #e0626b

#e0626b #e09862 #e062aa

Monochromatic Colors of #e0626b

#e0626b

Complementary Color

#e0626b #62e0d7

#e0626b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e0626b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e0626b Color CSS Codes

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

#e0626b Text Font Color

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

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


#e0626b Background Color

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

This div background color is #e0626b


#e0626b Border Color

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

This div border color is #e0626b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,98,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e0626b


Comments

No comments written yet.

Please login to write comment.