Color Hex Logo

#ea7cfe Color Hex

#EA7CFE
(234,124,254)
0 Favorites   0 Comments

Color spaces of #ea7cfe

RGB 234124254
HSL0.810.980.74
HSV291°51°100°
CMYK 0.080.510.00   0.00
XYZ59.028739.063598.1948
Yxy39.06350.30070.1990
Hunter Lab62.500859.2074-49.3998
CIE-Lab68.797261.0856-47.0271

#ea7cfe color RGB value is (234,124,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111100 11111110
Octal 352 174 376
Decimal 234 124 254
Hex EA 7C FE

RGB Percentages of Color #ea7cfe

%38.24
%20.26
%41.50

CMYK Percentages of Color #ea7cfe

%8
%51
%0
%0

Triadic Colors of #ea7cfe

#ea7cfe #feea7c #7cfeea

Analogous Colors of #ea7cfe

#ea7cfe #fe7cd1 #a97cfe

Monochromatic Colors of #ea7cfe

#ea7cfe

Complementary Color

#ea7cfe #90fe7c

#ea7cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7cfe Color CSS Codes

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

#ea7cfe Text Font Color

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

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


#ea7cfe Background Color

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

This div background color is #ea7cfe


#ea7cfe Border Color

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

This div border color is #ea7cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7cfe


Comments

No comments written yet.

Please login to write comment.