Color Hex Logo

#ed78ad Color Hex

#ED78AD
(237,120,173)
0 Favorites   0 Comments

Color spaces of #ed78ad

RGB 237120173
HSL0.920.760.70
HSV333°49°93°
CMYK 0.000.490.27   0.07
XYZ49.184334.454643.5933
Yxy34.45460.38660.2708
Hunter Lab58.698046.8473-2.9443
CIE-Lab65.321850.8953-7.1964

#ed78ad color RGB value is (237,120,173).

#ed78ad hex color red value is 237, green value is 120 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ed78ad hue: 0.92 , saturation: 0.76 and the lightness value of ed78ad is 0.70.

The process color (four color CMYK) of #ed78ad color hex is 0.00, 0.49, 0.27, 0.07. Web safe color of #ed78ad is #ff6699. Color #ed78ad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 10101101
Octal 355 170 255
Decimal 237 120 173
Hex ED 78 AD

RGB Percentages of Color #ed78ad

%44.72
%22.64
%32.64

CMYK Percentages of Color #ed78ad

%0
%49
%27
%7

Triadic Colors of #ed78ad

#ed78ad #aded78 #78aded

Analogous Colors of #ed78ad

#ed78ad #ed7e78 #ed78e8

Monochromatic Colors of #ed78ad

#ed78ad

Complementary Color

#ed78ad #78edb8

#ed78ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78ad Color CSS Codes

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

#ed78ad Text Font Color

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

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


#ed78ad Background Color

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

This div background color is #ed78ad


#ed78ad Border Color

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

This div border color is #ed78ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78ad


Comments

No comments written yet.

Please login to write comment.