Color Hex Logo

#ea8ffa Color Hex

#EA8FFA
(234,143,250)
0 Favorites   0 Comments

Color spaces of #ea8ffa

RGB 234143250
HSL0.810.910.77
HSV291°43°98°
CMYK 0.060.430.00   0.02
XYZ61.009544.039595.7274
Yxy44.03950.30390.2193
Hunter Lab66.362347.9683-39.0721
CIE-Lab72.254950.9011-39.4334

#ea8ffa color RGB value is (234,143,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10001111 11111010
Octal 352 217 372
Decimal 234 143 250
Hex EA 8F FA

RGB Percentages of Color #ea8ffa

%37.32
%22.81
%39.87

CMYK Percentages of Color #ea8ffa

%6
%43
%0
%2

Triadic Colors of #ea8ffa

#ea8ffa #faea8f #8ffaea

Analogous Colors of #ea8ffa

#ea8ffa #fa8fd5 #b58ffa

Monochromatic Colors of #ea8ffa

#ea8ffa

Complementary Color

#ea8ffa #9ffa8f

#ea8ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea8ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea8ffa Color CSS Codes

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

#ea8ffa Text Font Color

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

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


#ea8ffa Background Color

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

This div background color is #ea8ffa


#ea8ffa Border Color

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

This div border color is #ea8ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea8ffa


Comments

No comments written yet.

Please login to write comment.