Color Hex Logo

#ed77ea Color Hex

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

Color spaces of #ed77ea

RGB 237119234
HSL0.840.770.70
HSV302°50°93°
CMYK 0.000.500.01   0.07
XYZ56.373237.138782.0392
Yxy37.13870.32110.2116
Hunter Lab60.941558.4715-37.1568
CIE-Lab67.381060.6949-38.2309

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

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

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

Base Numbers

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

RGB Percentages of Color #ed77ea

%40.17
%20.17
%39.66

CMYK Percentages of Color #ed77ea

%0
%50
%1
%7

Triadic Colors of #ed77ea

#ed77ea #eaed77 #77eaed

Analogous Colors of #ed77ea

#ed77ea #ed77af #b577ed

Monochromatic Colors of #ed77ea

#ed77ea

Complementary Color

#ed77ea #77ed7a

#ed77ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed77ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed77ea Color CSS Codes

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

#ed77ea Text Font Color

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

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


#ed77ea Background Color

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

This div background color is #ed77ea


#ed77ea Border Color

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

This div border color is #ed77ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed77ea


Comments

No comments written yet.

Please login to write comment.