Color Hex Logo

#e46abf Color Hex

#E46ABF
(228,106,191)
0 Favorites   0 Comments

Color spaces of #e46abf

RGB 228106191
HSL0.880.690.65
HSV318°54°89°
CMYK 0.000.540.16   0.11
XYZ46.552930.563652.7360
Yxy30.56360.35850.2354
Hunter Lab55.284453.5606-17.8580
CIE-Lab62.137557.3304-22.3450

#e46abf color RGB value is (228,106,191).

#e46abf hex color red value is 228, green value is 106 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #e46abf hue: 0.88 , saturation: 0.69 and the lightness value of e46abf is 0.65.

The process color (four color CMYK) of #e46abf color hex is 0.00, 0.54, 0.16, 0.11. Web safe color of #e46abf is #cc66cc. Color #e46abf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 01101010 10111111
Octal 344 152 277
Decimal 228 106 191
Hex E4 6A BF

RGB Percentages of Color #e46abf

%43.43
%20.19
%36.38

CMYK Percentages of Color #e46abf

%0
%54
%16
%11

Triadic Colors of #e46abf

#e46abf #bfe46a #6abfe4

Analogous Colors of #e46abf

#e46abf #e46a82 #cc6ae4

Monochromatic Colors of #e46abf

#e46abf

Complementary Color

#e46abf #6ae48f

#e46abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e46abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#e46abf Color CSS Codes

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

#e46abf Text Font Color

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

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


#e46abf Background Color

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

This div background color is #e46abf


#e46abf Border Color

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

This div border color is #e46abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e46abf


Comments

No comments written yet.

Please login to write comment.