Color Hex Logo

#ed78cc Color Hex

#ED78CC
(237,120,204)
0 Favorites   0 Comments

Color spaces of #ed78cc

RGB 237120204
HSL0.880.760.70
HSV317°49°93°
CMYK 0.000.490.14   0.07
XYZ52.540635.797161.2671
Yxy35.79710.35120.2393
Hunter Lab59.830752.0470-18.8320
CIE-Lab66.364655.3312-23.1068

#ed78cc color RGB value is (237,120,204).

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

The process color (four color CMYK) of #ed78cc color hex is 0.00, 0.49, 0.14, 0.07. Web safe color of #ed78cc is #ff66cc. Color #ed78cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11001100
Octal 355 170 314
Decimal 237 120 204
Hex ED 78 CC

RGB Percentages of Color #ed78cc

%42.25
%21.39
%36.36

CMYK Percentages of Color #ed78cc

%0
%49
%14
%7

Triadic Colors of #ed78cc

#ed78cc #cced78 #78cced

Analogous Colors of #ed78cc

#ed78cc #ed7892 #d478ed

Monochromatic Colors of #ed78cc

#ed78cc

Complementary Color

#ed78cc #78ed99

#ed78cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78cc Color CSS Codes

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

#ed78cc Text Font Color

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

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


#ed78cc Background Color

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

This div background color is #ed78cc


#ed78cc Border Color

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

This div border color is #ed78cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78cc


Comments

No comments written yet.

Please login to write comment.