Color Hex Logo

#e238ab Color Hex

#E238AB
(226,56,171)
0 Favorites   0 Comments

Color spaces of #e238ab

RGB 22656171
HSL0.890.750.55
HSV319°75°89°
CMYK 0.000.750.24   0.11
XYZ40.128921.937440.6474
Yxy21.93740.39070.2136
Hunter Lab46.837470.9682-18.6681
CIE-Lab53.960573.5425-23.3867

#e238ab color RGB value is (226,56,171).

#e238ab hex color red value is 226, green value is 56 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e238ab hue: 0.89 , saturation: 0.75 and the lightness value of e238ab is 0.55.

The process color (four color CMYK) of #e238ab color hex is 0.00, 0.75, 0.24, 0.11. Web safe color of #e238ab is #cc3399. Color #e238ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 00111000 10101011
Octal 342 70 253
Decimal 226 56 171
Hex E2 38 AB

RGB Percentages of Color #e238ab

%49.89
%12.36
%37.75

CMYK Percentages of Color #e238ab

%0
%75
%24
%11

Triadic Colors of #e238ab

#e238ab #abe238 #38abe2

Analogous Colors of #e238ab

#e238ab #e23856 #c438e2

Monochromatic Colors of #e238ab

#e238ab

Complementary Color

#e238ab #38e26f

#e238ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e238ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e238ab Color CSS Codes

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

#e238ab Text Font Color

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

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


#e238ab Background Color

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

This div background color is #e238ab


#e238ab Border Color

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

This div border color is #e238ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e238ab


Comments

No comments written yet.

Please login to write comment.