Color Hex Logo

#ed78ff Color Hex

#ED78FF
(237,120,255)
0 Favorites   0 Comments

Color spaces of #ed78ff

RGB 237120255
HSL0.811.000.74
HSV292°53°100°
CMYK 0.070.530.00   0.00
XYZ59.691538.657598.9233
Yxy38.65750.30260.1960
Hunter Lab62.175262.5631-50.8103
CIE-Lab68.502463.9470-48.0120

#ed78ff color RGB value is (237,120,255).

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

The process color (four color CMYK) of #ed78ff color hex is 0.07, 0.53, 0.00, 0.00. Web safe color of #ed78ff is #ff66ff. Color #ed78ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11111111
Octal 355 170 377
Decimal 237 120 255
Hex ED 78 FF

RGB Percentages of Color #ed78ff

%38.73
%19.61
%41.67

CMYK Percentages of Color #ed78ff

%7
%53
%0
%0

Triadic Colors of #ed78ff

#ed78ff #ffed78 #78ffed

Analogous Colors of #ed78ff

#ed78ff #ff78ce #aa78ff

Monochromatic Colors of #ed78ff

#ed78ff

Complementary Color

#ed78ff #8aff78

#ed78ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78ff Color CSS Codes

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

#ed78ff Text Font Color

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

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


#ed78ff Background Color

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

This div background color is #ed78ff


#ed78ff Border Color

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

This div border color is #ed78ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78ff

Related Colors


Comments

No comments written yet.

Please login to write comment.