Color Hex Logo

#e2609a Color Hex

#E2609A
(226,96,154)
0 Favorites   0 Comments

Color spaces of #e2609a

RGB 22696154
HSL0.930.690.63
HSV333°58°89°
CMYK 0.000.580.32   0.11
XYZ41.379626.867633.5769
Yxy26.86760.40640.2639
Hunter Lab51.834051.7890-2.1230
CIE-Lab58.851656.3174-6.0668

#e2609a color RGB value is (226,96,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100000 10011010
Octal 342 140 232
Decimal 226 96 154
Hex E2 60 9A

RGB Percentages of Color #e2609a

%47.48
%20.17
%32.35

CMYK Percentages of Color #e2609a

%0
%58
%32
%11

Triadic Colors of #e2609a

#e2609a #9ae260 #609ae2

Analogous Colors of #e2609a

#e2609a #e26760 #e260db

Monochromatic Colors of #e2609a

#e2609a

Complementary Color

#e2609a #60e2a8

#e2609a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2609a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2609a Color CSS Codes

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

#e2609a Text Font Color

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

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


#e2609a Background Color

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

This div background color is #e2609a


#e2609a Border Color

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

This div border color is #e2609a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2609a


Comments

No comments written yet.

Please login to write comment.