Color Hex Logo

#ea7fde Color Hex

#EA7FDE
(234,127,222)
0 Favorites   0 Comments

Color spaces of #ea7fde

RGB 234127222
HSL0.850.720.71
HSV307°46°92°
CMYK 0.000.460.05   0.08
XYZ54.705937.945173.5481
Yxy37.94510.32920.2283
Hunter Lab61.599650.7245-27.6708
CIE-Lab67.980153.9291-30.6892

#ea7fde color RGB value is (234,127,222).

#ea7fde hex color red value is 234, green value is 127 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ea7fde hue: 0.85 , saturation: 0.72 and the lightness value of ea7fde is 0.71.

The process color (four color CMYK) of #ea7fde color hex is 0.00, 0.46, 0.05, 0.08. Web safe color of #ea7fde is #ff66cc. Color #ea7fde contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01111111 11011110
Octal 352 177 336
Decimal 234 127 222
Hex EA 7F DE

RGB Percentages of Color #ea7fde

%40.14
%21.78
%38.08

CMYK Percentages of Color #ea7fde

%0
%46
%5
%8

Triadic Colors of #ea7fde

#ea7fde #deea7f #7fdeea

Analogous Colors of #ea7fde

#ea7fde #ea7fa9 #c17fea

Monochromatic Colors of #ea7fde

#ea7fde

Complementary Color

#ea7fde #7fea8b

#ea7fde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea7fde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea7fde Color CSS Codes

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

#ea7fde Text Font Color

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

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


#ea7fde Background Color

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

This div background color is #ea7fde


#ea7fde Border Color

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

This div border color is #ea7fde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea7fde


Comments

No comments written yet.

Please login to write comment.