Color Hex Logo

#e2608a Color Hex

#E2608A
(226,96,138)
0 Favorites   0 Comments

Color spaces of #e2608a

RGB 22696138
HSL0.950.690.63
HSV341°58°89°
CMYK 0.000.580.39   0.11
XYZ40.134326.369527.0193
Yxy26.36950.42910.2820
Hunter Lab51.351249.64464.7495
CIE-Lab58.386154.48342.5714

#e2608a color RGB value is (226,96,138).

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

The process color (four color CMYK) of #e2608a color hex is 0.00, 0.58, 0.39, 0.11. Web safe color of #e2608a is #cc6699. Color #e2608a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 10001010
Octal 342 140 212
Decimal 226 96 138
Hex E2 60 8A

RGB Percentages of Color #e2608a

%49.13
%20.87
%30.00

CMYK Percentages of Color #e2608a

%0
%58
%39
%11

Triadic Colors of #e2608a

#e2608a #8ae260 #608ae2

Analogous Colors of #e2608a

#e2608a #e27760 #e260cb

Monochromatic Colors of #e2608a

#e2608a

Complementary Color

#e2608a #60e2b8

#e2608a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2608a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2608a Color CSS Codes

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

#e2608a Text Font Color

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

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


#e2608a Background Color

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

This div background color is #e2608a


#e2608a Border Color

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

This div border color is #e2608a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2608a


Comments

No comments written yet.

Please login to write comment.