Color Hex Logo

#e04afb Color Hex

#E04AFB
(224,74,251)
0 Favorites   0 Comments

Color spaces of #e04afb

RGB 22474251
HSL0.810.960.64
HSV291°71°98°
CMYK 0.110.710.00   0.02
XYZ50.601827.709993.9483
Yxy27.70990.29380.1609
Hunter Lab52.640279.4676-68.9682
CIE-Lab59.625779.2672-60.0134

#e04afb color RGB value is (224,74,251).

#e04afb hex color red value is 224, green value is 74 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #e04afb hue: 0.81 , saturation: 0.96 and the lightness value of e04afb is 0.64.

The process color (four color CMYK) of #e04afb color hex is 0.11, 0.71, 0.00, 0.02. Web safe color of #e04afb is #cc33ff. Color #e04afb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 11111011
Octal 340 112 373
Decimal 224 74 251
Hex E0 4A FB

RGB Percentages of Color #e04afb

%40.80
%13.48
%45.72

CMYK Percentages of Color #e04afb

%11
%71
%0
%2

Triadic Colors of #e04afb

#e04afb #fbe04a #4afbe0

Analogous Colors of #e04afb

#e04afb #fb4abe #884afb

Monochromatic Colors of #e04afb

#e04afb

Complementary Color

#e04afb #65fb4a

#e04afb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04afb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04afb Color CSS Codes

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

#e04afb Text Font Color

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

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


#e04afb Background Color

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

This div background color is #e04afb


#e04afb Border Color

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

This div border color is #e04afb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04afb


Comments

No comments written yet.

Please login to write comment.