Color Hex Logo

#e8256a Color Hex

#E8256A
(232,37,106)
0 Favorites   0 Comments

Color spaces of #e8256a

RGB 23237106
HSL0.940.810.53
HSV339°84°91°
CMYK 0.000.840.54   0.09
XYZ36.541819.519515.4774
Yxy19.51950.51080.2729
Hunter Lab44.180970.320010.1562
CIE-Lab51.289573.528211.6384

#e8256a color RGB value is (232,37,106).

#e8256a hex color red value is 232, green value is 37 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #e8256a hue: 0.94 , saturation: 0.81 and the lightness value of e8256a is 0.53.

The process color (four color CMYK) of #e8256a color hex is 0.00, 0.84, 0.54, 0.09. Web safe color of #e8256a is #ff3366. Color #e8256a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 00100101 01101010
Octal 350 45 152
Decimal 232 37 106
Hex E8 25 6A

RGB Percentages of Color #e8256a

%61.87
%9.87
%28.27

CMYK Percentages of Color #e8256a

%0
%84
%54
%9

Triadic Colors of #e8256a

#e8256a #6ae825 #256ae8

Analogous Colors of #e8256a

#e8256a #e84225 #e825cc

Monochromatic Colors of #e8256a

#e8256a

Complementary Color

#e8256a #25e8a3

#e8256a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8256a Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8256a Color CSS Codes

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

#e8256a Text Font Color

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

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


#e8256a Background Color

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

This div background color is #e8256a


#e8256a Border Color

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

This div border color is #e8256a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(232,37,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e8256a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e8256a;
  -webkit-box-shadow: 1px 1px 3px 2px #e8256a;
  box-shadow:         1px 1px 3px 2px #e8256a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,37,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8256a


Comments

No comments written yet.

Please login to write comment.