Color Hex Logo

#ea7bfe Color Hex

#EA7BFE
(234,123,254)
0 Favorites   0 Comments

Color spaces of #ea7bfe

RGB 234123254
HSL0.810.980.74
HSV291°52°100°
CMYK 0.080.520.00   0.00
XYZ58.904038.814198.1532
Yxy38.81410.30070.1982
Hunter Lab62.301059.7406-49.7988
CIE-Lab68.616461.5645-47.3116

#ea7bfe color RGB value is (234,123,254).

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

The process color (four color CMYK) of #ea7bfe color hex is 0.08, 0.52, 0.00, 0.00. Web safe color of #ea7bfe is #ff66ff. Color #ea7bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111011 11111110
Octal 352 173 376
Decimal 234 123 254
Hex EA 7B FE

RGB Percentages of Color #ea7bfe

%38.30
%20.13
%41.57

CMYK Percentages of Color #ea7bfe

%8
%52
%0
%0

Triadic Colors of #ea7bfe

#ea7bfe #feea7b #7bfeea

Analogous Colors of #ea7bfe

#ea7bfe #fe7bd1 #a97bfe

Monochromatic Colors of #ea7bfe

#ea7bfe

Complementary Color

#ea7bfe #8ffe7b

#ea7bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7bfe Color CSS Codes

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

#ea7bfe Text Font Color

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

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


#ea7bfe Background Color

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

This div background color is #ea7bfe


#ea7bfe Border Color

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

This div border color is #ea7bfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7bfe


Comments

No comments written yet.

Please login to write comment.