Color Hex Logo

#e2698a Color Hex

#E2698A
(226,105,138)
0 Favorites   0 Comments

Color spaces of #e2698a

RGB 226105138
HSL0.950.680.65
HSV344°54°89°
CMYK 0.000.540.39   0.11
XYZ41.003128.106927.3088
Yxy28.10690.42530.2915
Hunter Lab53.015945.27596.5706
CIE-Lab59.985250.27834.8811

#e2698a color RGB value is (226,105,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01101001 10001010
Octal 342 151 212
Decimal 226 105 138
Hex E2 69 8A

RGB Percentages of Color #e2698a

%48.19
%22.39
%29.42

CMYK Percentages of Color #e2698a

%0
%54
%39
%11

Triadic Colors of #e2698a

#e2698a #8ae269 #698ae2

Analogous Colors of #e2698a

#e2698a #e28569 #e269c7

Monochromatic Colors of #e2698a

#e2698a

Complementary Color

#e2698a #69e2c1

#e2698a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2698a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2698a Color CSS Codes

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

#e2698a Text Font Color

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

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


#e2698a Background Color

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

This div background color is #e2698a


#e2698a Border Color

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

This div border color is #e2698a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2698a


Comments

No comments written yet.

Please login to write comment.