Color Hex Logo

#ea8efa Color Hex

#EA8EFA
(234,142,250)
0 Favorites   0 Comments

Color spaces of #ea8efa

RGB 234142250
HSL0.810.920.77
HSV291°43°98°
CMYK 0.060.430.00   0.02
XYZ60.860043.740695.6776
Yxy43.74060.30390.2184
Hunter Lab66.136748.5193-39.4771
CIE-Lab72.054851.4111-39.7452

#ea8efa color RGB value is (234,142,250).

#ea8efa hex color red value is 234, green value is 142 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ea8efa hue: 0.81 , saturation: 0.92 and the lightness value of ea8efa is 0.77.

The process color (four color CMYK) of #ea8efa color hex is 0.06, 0.43, 0.00, 0.02. Web safe color of #ea8efa is #ff99ff. Color #ea8efa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001110 11111010
Octal 352 216 372
Decimal 234 142 250
Hex EA 8E FA

RGB Percentages of Color #ea8efa

%37.38
%22.68
%39.94

CMYK Percentages of Color #ea8efa

%6
%43
%0
%2

Triadic Colors of #ea8efa

#ea8efa #faea8e #8efaea

Analogous Colors of #ea8efa

#ea8efa #fa8ed4 #b48efa

Monochromatic Colors of #ea8efa

#ea8efa

Complementary Color

#ea8efa #9efa8e

#ea8efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8efa Color CSS Codes

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

#ea8efa Text Font Color

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

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


#ea8efa Background Color

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

This div background color is #ea8efa


#ea8efa Border Color

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

This div border color is #ea8efa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,142,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8efa


Comments

No comments written yet.

Please login to write comment.