Color Hex Logo

#e2165f Color Hex

#E2165F
(226,22,95)
0 Favorites   0 Comments

Color spaces of #e2165f

RGB 2262295
HSL0.940.820.49
HSV339°90°89°
CMYK 0.000.900.58   0.11
XYZ33.716517.568812.4405
Yxy17.56880.52910.2757
Hunter Lab41.915270.233711.7432
CIE-Lab48.968973.908614.9667

#e2165f color RGB value is (226,22,95).

#e2165f hex color red value is 226, green value is 22 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #e2165f hue: 0.94 , saturation: 0.82 and the lightness value of e2165f is 0.49.

The process color (four color CMYK) of #e2165f color hex is 0.00, 0.90, 0.58, 0.11. Web safe color of #e2165f is #cc0066. Color #e2165f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00010110 01011111
Octal 342 26 137
Decimal 226 22 95
Hex E2 16 5F

RGB Percentages of Color #e2165f

%65.89
%6.41
%27.70

CMYK Percentages of Color #e2165f

%0
%90
%58
%11

Triadic Colors of #e2165f

#e2165f #5fe216 #165fe2

Analogous Colors of #e2165f

#e2165f #e23316 #e216c5

Monochromatic Colors of #e2165f

#e2165f

Complementary Color

#e2165f #16e299

#e2165f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2165f Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2165f Color CSS Codes

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

#e2165f Text Font Color

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

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


#e2165f Background Color

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

This div background color is #e2165f


#e2165f Border Color

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

This div border color is #e2165f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2165f


Comments

No comments written yet.

Please login to write comment.