Color Hex Logo

#ea7bfa Color Hex

#EA7BFA
(234,123,250)
0 Favorites   0 Comments

Color spaces of #ea7bfa

RGB 234123250
HSL0.810.930.73
HSV292°51°98°
CMYK 0.060.510.00   0.02
XYZ58.270038.560594.8142
Yxy38.56050.30410.2012
Hunter Lab62.097158.8290-47.0602
CIE-Lab68.431760.8256-45.4139

#ea7bfa color RGB value is (234,123,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 11111010
Octal 352 173 372
Decimal 234 123 250
Hex EA 7B FA

RGB Percentages of Color #ea7bfa

%38.55
%20.26
%41.19

CMYK Percentages of Color #ea7bfa

%6
%51
%0
%2

Triadic Colors of #ea7bfa

#ea7bfa #faea7b #7bfaea

Analogous Colors of #ea7bfa

#ea7bfa #fa7bcb #ab7bfa

Monochromatic Colors of #ea7bfa

#ea7bfa

Complementary Color

#ea7bfa #8bfa7b

#ea7bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7bfa Color CSS Codes

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

#ea7bfa Text Font Color

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

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


#ea7bfa Background Color

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

This div background color is #ea7bfa


#ea7bfa Border Color

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

This div border color is #ea7bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7bfa


Comments

No comments written yet.

Please login to write comment.