Color Hex Logo

#ea4efb Color Hex

#EA4EFB
(234,78,251)
0 Favorites   0 Comments

Color spaces of #ea4efb

RGB 23478251
HSL0.820.960.65
HSV294°69°98°
CMYK 0.070.690.00   0.02
XYZ54.068729.906294.1895
Yxy29.90620.30350.1679
Hunter Lab54.686680.7818-63.8376
CIE-Lab61.573279.9241-56.8185

#ea4efb color RGB value is (234,78,251).

#ea4efb hex color red value is 234, green value is 78 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ea4efb hue: 0.82 , saturation: 0.96 and the lightness value of ea4efb is 0.65.

The process color (four color CMYK) of #ea4efb color hex is 0.07, 0.69, 0.00, 0.02. Web safe color of #ea4efb is #ff66ff. Color #ea4efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01001110 11111011
Octal 352 116 373
Decimal 234 78 251
Hex EA 4E FB

RGB Percentages of Color #ea4efb

%41.56
%13.85
%44.58

CMYK Percentages of Color #ea4efb

%7
%69
%0
%2

Triadic Colors of #ea4efb

#ea4efb #fbea4e #4efbea

Analogous Colors of #ea4efb

#ea4efb #fb4eb6 #944efb

Monochromatic Colors of #ea4efb

#ea4efb

Complementary Color

#ea4efb #5ffb4e

#ea4efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea4efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea4efb Color CSS Codes

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

#ea4efb Text Font Color

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

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


#ea4efb Background Color

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

This div background color is #ea4efb


#ea4efb Border Color

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

This div border color is #ea4efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea4efb


Comments

No comments written yet.

Please login to write comment.