Color Hex Logo

#ea77ed Color Hex

#EA77ED
(234,119,237)
0 Favorites   0 Comments

Color spaces of #ea77ed

RGB 234119237
HSL0.830.770.70
HSV298°50°93°
CMYK 0.010.500.00   0.07
XYZ55.814636.800584.2822
Yxy36.80050.31550.2080
Hunter Lab60.663458.0716-39.9097
CIE-Lab67.127160.3970-40.3124

#ea77ed color RGB value is (234,119,237).

#ea77ed hex color red value is 234, green value is 119 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #ea77ed hue: 0.83 , saturation: 0.77 and the lightness value of ea77ed is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01110111 11101101
Octal 352 167 355
Decimal 234 119 237
Hex EA 77 ED

RGB Percentages of Color #ea77ed

%39.66
%20.17
%40.17

CMYK Percentages of Color #ea77ed

%1
%50
%0
%7

Triadic Colors of #ea77ed

#ea77ed #edea77 #77edea

Analogous Colors of #ea77ed

#ea77ed #ed77b5 #af77ed

Monochromatic Colors of #ea77ed

#ea77ed

Complementary Color

#ea77ed #7aed77

#ea77ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea77ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea77ed Color CSS Codes

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

#ea77ed Text Font Color

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

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


#ea77ed Background Color

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

This div background color is #ea77ed


#ea77ed Border Color

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

This div border color is #ea77ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea77ed


Comments

No comments written yet.

Please login to write comment.