Color Hex Logo

#e07ab1 Color Hex

#E07AB1
(224,122,177)
0 Favorites   0 Comments

Color spaces of #e07ab1

RGB 224122177
HSL0.910.620.68
HSV328°46°88°
CMYK 0.000.460.21   0.12
XYZ45.635832.940745.5479
Yxy32.94070.36770.2654
Hunter Lab57.394041.4916-6.8768
CIE-Lab64.112946.2106-11.4518

#e07ab1 color RGB value is (224,122,177).

#e07ab1 hex color red value is 224, green value is 122 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #e07ab1 hue: 0.91 , saturation: 0.62 and the lightness value of e07ab1 is 0.68.

The process color (four color CMYK) of #e07ab1 color hex is 0.00, 0.46, 0.21, 0.12. Web safe color of #e07ab1 is #cc6699. Color #e07ab1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01111010 10110001
Octal 340 172 261
Decimal 224 122 177
Hex E0 7A B1

RGB Percentages of Color #e07ab1

%42.83
%23.33
%33.84

CMYK Percentages of Color #e07ab1

%0
%46
%21
%12

Triadic Colors of #e07ab1

#e07ab1 #b1e07a #7ab1e0

Analogous Colors of #e07ab1

#e07ab1 #e07a7e #dc7ae0

Monochromatic Colors of #e07ab1

#e07ab1

Complementary Color

#e07ab1 #7ae0a9

#e07ab1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e07ab1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e07ab1 Color CSS Codes

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

#e07ab1 Text Font Color

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

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


#e07ab1 Background Color

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

This div background color is #e07ab1


#e07ab1 Border Color

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

This div border color is #e07ab1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(224,122,177, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e07ab1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e07ab1;
  -webkit-box-shadow: 1px 1px 3px 2px #e07ab1;
  box-shadow:         1px 1px 3px 2px #e07ab1; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,122,177, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e07ab1


Comments

No comments written yet.

Please login to write comment.