Color Hex Logo

#e2629a Color Hex

#E2629A
(226,98,154)
0 Favorites   0 Comments

Color spaces of #e2629a

RGB 22698154
HSL0.930.690.64
HSV334°57°89°
CMYK 0.000.570.32   0.11
XYZ41.564427.237233.6385
Yxy27.23720.40570.2659
Hunter Lab52.189350.8291-1.6828
CIE-Lab59.193255.4080-5.5603

#e2629a color RGB value is (226,98,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100010 10011010
Octal 342 142 232
Decimal 226 98 154
Hex E2 62 9A

RGB Percentages of Color #e2629a

%47.28
%20.50
%32.22

CMYK Percentages of Color #e2629a

%0
%57
%32
%11

Triadic Colors of #e2629a

#e2629a #9ae262 #629ae2

Analogous Colors of #e2629a

#e2629a #e26a62 #e262da

Monochromatic Colors of #e2629a

#e2629a

Complementary Color

#e2629a #62e2aa

#e2629a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2629a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2629a Color CSS Codes

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

#e2629a Text Font Color

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

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


#e2629a Background Color

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

This div background color is #e2629a


#e2629a Border Color

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

This div border color is #e2629a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(226,98,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 #e2629a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2629a

#e2629a Color Palettes


Comments

No comments written yet.

Please login to write comment.