Color Hex Logo

#ed78fc Color Hex

#ED78FC
(237,120,252)
0 Favorites   0 Comments

Color spaces of #ed78fc

RGB 237120252
HSL0.810.960.73
HSV293°52°99°
CMYK 0.060.520.00   0.01
XYZ59.212238.465796.3993
Yxy38.46570.30510.1982
Hunter Lab62.020761.8806-48.7404
CIE-Lab68.362563.4012-46.5917

#ed78fc color RGB value is (237,120,252).

#ed78fc hex color red value is 237, green value is 120 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ed78fc hue: 0.81 , saturation: 0.96 and the lightness value of ed78fc is 0.73.

The process color (four color CMYK) of #ed78fc color hex is 0.06, 0.52, 0.00, 0.01. Web safe color of #ed78fc is #ff66ff. Color #ed78fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11111100
Octal 355 170 374
Decimal 237 120 252
Hex ED 78 FC

RGB Percentages of Color #ed78fc

%38.92
%19.70
%41.38

CMYK Percentages of Color #ed78fc

%6
%52
%0
%1

Triadic Colors of #ed78fc

#ed78fc #fced78 #78fced

Analogous Colors of #ed78fc

#ed78fc #fc78c9 #ab78fc

Monochromatic Colors of #ed78fc

#ed78fc

Complementary Color

#ed78fc #87fc78

#ed78fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78fc Color CSS Codes

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

#ed78fc Text Font Color

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

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


#ed78fc Background Color

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

This div background color is #ed78fc


#ed78fc Border Color

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

This div border color is #ed78fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78fc


Comments

No comments written yet.

Please login to write comment.