Color Hex Logo

#ea7efb Color Hex

#EA7EFB
(234,126,251)
0 Favorites   0 Comments

Color spaces of #ea7efb

RGB 234126251
HSL0.810.940.74
HSV292°50°98°
CMYK 0.070.500.00   0.02
XYZ58.805139.379295.7684
Yxy39.37920.30320.2030
Hunter Lab62.752857.4532-46.5567
CIE-Lab69.025159.5643-45.0294

#ea7efb color RGB value is (234,126,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111110 11111011
Octal 352 176 373
Decimal 234 126 251
Hex EA 7E FB

RGB Percentages of Color #ea7efb

%38.30
%20.62
%41.08

CMYK Percentages of Color #ea7efb

%7
%50
%0
%2

Triadic Colors of #ea7efb

#ea7efb #fbea7e #7efbea

Analogous Colors of #ea7efb

#ea7efb #fb7ece #ac7efb

Monochromatic Colors of #ea7efb

#ea7efb

Complementary Color

#ea7efb #8ffb7e

#ea7efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7efb Color CSS Codes

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

#ea7efb Text Font Color

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

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


#ea7efb Background Color

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

This div background color is #ea7efb


#ea7efb Border Color

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

This div border color is #ea7efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7efb


Comments

No comments written yet.

Please login to write comment.