Color Hex Logo

#e2469b Color Hex

#E2469B
(226,70,155)
0 Favorites   0 Comments

Color spaces of #e2469b

RGB 22670155
HSL0.910.730.58
HSV327°69°89°
CMYK 0.000.690.31   0.11
XYZ39.470622.915633.3532
Yxy22.91560.41230.2394
Hunter Lab47.870263.4062-7.8007
CIE-Lab54.985367.0629-12.4320

#e2469b color RGB value is (226,70,155).

#e2469b hex color red value is 226, green value is 70 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #e2469b hue: 0.91 , saturation: 0.73 and the lightness value of e2469b is 0.58.

The process color (four color CMYK) of #e2469b color hex is 0.00, 0.69, 0.31, 0.11. Web safe color of #e2469b is #cc3399. Color #e2469b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01000110 10011011
Octal 342 106 233
Decimal 226 70 155
Hex E2 46 9B

RGB Percentages of Color #e2469b

%50.11
%15.52
%34.37

CMYK Percentages of Color #e2469b

%0
%69
%31
%11

Triadic Colors of #e2469b

#e2469b #9be246 #469be2

Analogous Colors of #e2469b

#e2469b #e2464d #db46e2

Monochromatic Colors of #e2469b

#e2469b

Complementary Color

#e2469b #46e28d

#e2469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e2469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#e2469b Color CSS Codes

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

#e2469b Text Font Color

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

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


#e2469b Background Color

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

This div background color is #e2469b


#e2469b Border Color

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

This div border color is #e2469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e2469b


Comments

No comments written yet.

Please login to write comment.