Color Hex Logo

#ea7ffa Color Hex

#EA7FFA
(234,127,250)
0 Favorites   0 Comments

Color spaces of #ea7ffa

RGB 234127250
HSL0.810.920.74
HSV292°49°98°
CMYK 0.060.490.00   0.02
XYZ58.776439.573394.9830
Yxy39.57330.30400.2047
Hunter Lab62.907356.6907-45.4861
CIE-Lab69.164558.8938-44.2637

#ea7ffa color RGB value is (234,127,250).

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

The process color (four color CMYK) of #ea7ffa color hex is 0.06, 0.49, 0.00, 0.02. Web safe color of #ea7ffa is #ff66ff. Color #ea7ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111111 11111010
Octal 352 177 372
Decimal 234 127 250
Hex EA 7F FA

RGB Percentages of Color #ea7ffa

%38.30
%20.79
%40.92

CMYK Percentages of Color #ea7ffa

%6
%49
%0
%2

Triadic Colors of #ea7ffa

#ea7ffa #faea7f #7ffaea

Analogous Colors of #ea7ffa

#ea7ffa #fa7fcd #ad7ffa

Monochromatic Colors of #ea7ffa

#ea7ffa

Complementary Color

#ea7ffa #8ffa7f

#ea7ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7ffa Color CSS Codes

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

#ea7ffa Text Font Color

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

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


#ea7ffa Background Color

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

This div background color is #ea7ffa


#ea7ffa Border Color

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

This div border color is #ea7ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7ffa


Comments

No comments written yet.

Please login to write comment.