Color Hex Logo

#e2678b Color Hex

#E2678B
(226,103,139)
0 Favorites   0 Comments

Color spaces of #e2678b

RGB 226103139
HSL0.950.680.65
HSV342°54°89°
CMYK 0.000.540.38   0.11
XYZ40.874527.733327.6248
Yxy27.73330.42470.2882
Hunter Lab52.662446.38555.7623
CIE-Lab59.647051.34063.8135

#e2678b color RGB value is (226,103,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100010 01100111 10001011
Octal 342 147 213
Decimal 226 103 139
Hex E2 67 8B

RGB Percentages of Color #e2678b

%48.29
%22.01
%29.70

CMYK Percentages of Color #e2678b

%0
%54
%38
%11

Triadic Colors of #e2678b

#e2678b #8be267 #678be2

Analogous Colors of #e2678b

#e2678b #e28167 #e267c9

Monochromatic Colors of #e2678b

#e2678b

Complementary Color

#e2678b #67e2be

#e2678b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2678b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2678b Color CSS Codes

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

#e2678b Text Font Color

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

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


#e2678b Background Color

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

This div background color is #e2678b


#e2678b Border Color

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

This div border color is #e2678b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2678b


Comments

No comments written yet.

Please login to write comment.