Color Hex Logo

#e2628a Color Hex

#E2628A
(226,98,138)
0 Favorites   0 Comments

Color spaces of #e2628a

RGB 22698138
HSL0.950.690.64
HSV341°57°89°
CMYK 0.000.570.39   0.11
XYZ40.319226.739127.0809
Yxy26.73910.42830.2840
Hunter Lab51.709948.68775.1462
CIE-Lab58.732153.56753.0724

#e2628a color RGB value is (226,98,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100010 10001010
Octal 342 142 212
Decimal 226 98 138
Hex E2 62 8A

RGB Percentages of Color #e2628a

%48.92
%21.21
%29.87

CMYK Percentages of Color #e2628a

%0
%57
%39
%11

Triadic Colors of #e2628a

#e2628a #8ae262 #628ae2

Analogous Colors of #e2628a

#e2628a #e27a62 #e262ca

Monochromatic Colors of #e2628a

#e2628a

Complementary Color

#e2628a #62e2ba

#e2628a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2628a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2628a Color CSS Codes

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

#e2628a Text Font Color

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

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


#e2628a Background Color

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

This div background color is #e2628a


#e2628a Border Color

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

This div border color is #e2628a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2628a


Comments

No comments written yet.

Please login to write comment.