Color Hex Logo

#ed78eb Color Hex

#ED78EB
(237,120,235)
0 Favorites   0 Comments

Color spaces of #ed78eb

RGB 237120235
HSL0.840.760.70
HSV301°49°93°
CMYK 0.000.490.01   0.07
XYZ56.636937.435682.8380
Yxy37.43560.32010.2116
Hunter Lab61.184658.1593-37.4436
CIE-Lab67.602660.3937-38.4376

#ed78eb color RGB value is (237,120,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01111000 11101011
Octal 355 170 353
Decimal 237 120 235
Hex ED 78 EB

RGB Percentages of Color #ed78eb

%40.03
%20.27
%39.70

CMYK Percentages of Color #ed78eb

%0
%49
%1
%7

Triadic Colors of #ed78eb

#ed78eb #ebed78 #78ebed

Analogous Colors of #ed78eb

#ed78eb #ed78b1 #b578ed

Monochromatic Colors of #ed78eb

#ed78eb

Complementary Color

#ed78eb #78ed7a

#ed78eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed78eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed78eb Color CSS Codes

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

#ed78eb Text Font Color

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

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


#ed78eb Background Color

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

This div background color is #ed78eb


#ed78eb Border Color

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

This div border color is #ed78eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed78eb


Comments

No comments written yet.

Please login to write comment.