Color Hex Logo

#e252ab Color Hex

#E252AB
(226,82,171)
0 Favorites   0 Comments

Color spaces of #e252ab

RGB 22682171
HSL0.900.710.60
HSV323°64°89°
CMYK 0.000.640.24   0.11
XYZ41.732025.143641.1818
Yxy25.14360.38620.2327
Hunter Lab50.143460.8063-13.5934
CIE-Lab57.215164.4441-18.4038

#e252ab color RGB value is (226,82,171).

#e252ab hex color red value is 226, green value is 82 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #e252ab hue: 0.90 , saturation: 0.71 and the lightness value of e252ab is 0.60.

The process color (four color CMYK) of #e252ab color hex is 0.00, 0.64, 0.24, 0.11. Web safe color of #e252ab is #cc6699. Color #e252ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100010 01010010 10101011
Octal 342 122 253
Decimal 226 82 171
Hex E2 52 AB

RGB Percentages of Color #e252ab

%47.18
%17.12
%35.70

CMYK Percentages of Color #e252ab

%0
%64
%24
%11

Triadic Colors of #e252ab

#e252ab #abe252 #52abe2

Analogous Colors of #e252ab

#e252ab #e25263 #d152e2

Monochromatic Colors of #e252ab

#e252ab

Complementary Color

#e252ab #52e289

#e252ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e252ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#e252ab Color CSS Codes

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

#e252ab Text Font Color

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

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


#e252ab Background Color

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

This div background color is #e252ab


#e252ab Border Color

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

This div border color is #e252ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e252ab


Comments

No comments written yet.

Please login to write comment.