Color Hex Logo

#ed77ec Color Hex

#ED77EC
(237,119,236)
0 Favorites   0 Comments

Color spaces of #ed77ec

RGB 237119236
HSL0.830.770.70
HSV301°50°93°
CMYK 0.000.500.00   0.07
XYZ56.662237.254383.5613
Yxy37.25430.31930.2099
Hunter Lab61.036358.8945-38.4451
CIE-Lab67.467461.0390-39.2006

#ed77ec color RGB value is (237,119,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01110111 11101100
Octal 355 167 354
Decimal 237 119 236
Hex ED 77 EC

RGB Percentages of Color #ed77ec

%40.03
%20.10
%39.86

CMYK Percentages of Color #ed77ec

%0
%50
%0
%7

Triadic Colors of #ed77ec

#ed77ec #eced77 #77eced

Analogous Colors of #ed77ec

#ed77ec #ed77b1 #b377ed

Monochromatic Colors of #ed77ec

#ed77ec

Complementary Color

#ed77ec #77ed78

#ed77ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed77ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed77ec Color CSS Codes

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

#ed77ec Text Font Color

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

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


#ed77ec Background Color

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

This div background color is #ed77ec


#ed77ec Border Color

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

This div border color is #ed77ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed77ec


Comments

No comments written yet.

Please login to write comment.