Color Hex Logo

#e2618f Color Hex

#E2618F
(226,97,143)
0 Favorites   0 Comments

Color spaces of #e2618f

RGB 22697143
HSL0.940.690.63
HSV339°57°89°
CMYK 0.000.570.37   0.11
XYZ40.596726.701329.0008
Yxy26.70130.42160.2773
Hunter Lab51.673349.80882.8958
CIE-Lab58.696854.57930.1070

#e2618f color RGB value is (226,97,143).

#e2618f hex color red value is 226, green value is 97 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #e2618f hue: 0.94 , saturation: 0.69 and the lightness value of e2618f is 0.63.

The process color (four color CMYK) of #e2618f color hex is 0.00, 0.57, 0.37, 0.11. Web safe color of #e2618f is #cc6699. Color #e2618f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100001 10001111
Octal 342 141 217
Decimal 226 97 143
Hex E2 61 8F

RGB Percentages of Color #e2618f

%48.50
%20.82
%30.69

CMYK Percentages of Color #e2618f

%0
%57
%37
%11

Triadic Colors of #e2618f

#e2618f #8fe261 #618fe2

Analogous Colors of #e2618f

#e2618f #e27461 #e261d0

Monochromatic Colors of #e2618f

#e2618f

Complementary Color

#e2618f #61e2b4

#e2618f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2618f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2618f Color CSS Codes

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

#e2618f Text Font Color

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

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


#e2618f Background Color

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

This div background color is #e2618f


#e2618f Border Color

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

This div border color is #e2618f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(226,97,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e2618f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e2618f;
  -webkit-box-shadow: 1px 1px 3px 2px #e2618f;
  box-shadow:         1px 1px 3px 2px #e2618f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,97,143, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2618f


Comments

No comments written yet.

Please login to write comment.