Color Hex Logo

#ea77fd Color Hex

#EA77FD
(234,119,253)
0 Favorites   0 Comments

Color spaces of #ea77fd

RGB 234119253
HSL0.810.970.73
HSV291°53°99°
CMYK 0.080.530.00   0.01
XYZ58.258137.777997.1498
Yxy37.77790.30160.1956
Hunter Lab61.463761.6288-50.6894
CIE-Lab67.856663.2756-47.9610

#ea77fd color RGB value is (234,119,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 11111101
Octal 352 167 375
Decimal 234 119 253
Hex EA 77 FD

RGB Percentages of Color #ea77fd

%38.61
%19.64
%41.75

CMYK Percentages of Color #ea77fd

%8
%53
%0
%1

Triadic Colors of #ea77fd

#ea77fd #fdea77 #77fdea

Analogous Colors of #ea77fd

#ea77fd #fd77cd #a777fd

Monochromatic Colors of #ea77fd

#ea77fd

Complementary Color

#ea77fd #8afd77

#ea77fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea77fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea77fd Color CSS Codes

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

#ea77fd Text Font Color

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

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


#ea77fd Background Color

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

This div background color is #ea77fd


#ea77fd Border Color

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

This div border color is #ea77fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea77fd


Comments

No comments written yet.

Please login to write comment.