Color Hex Logo

#e60eda Color Hex

#E60EDA
(230,14,218)
0 Favorites   0 Comments

Color spaces of #e60eda

RGB 23014218
HSL0.840.890.48
HSV303°94°90°
CMYK 0.000.940.05   0.10
XYZ45.445122.199068.2193
Yxy22.19900.33450.1634
Hunter Lab47.115889.7178-52.8653
CIE-Lab54.237588.2306-50.0386

#e60eda color RGB value is (230,14,218).

#e60eda hex color red value is 230, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e60eda hue: 0.84 , saturation: 0.89 and the lightness value of e60eda is 0.48.

The process color (four color CMYK) of #e60eda color hex is 0.00, 0.94, 0.05, 0.10. Web safe color of #e60eda is #ff00cc. Color #e60eda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001110 11011010
Octal 346 16 332
Decimal 230 14 218
Hex E6 E DA

RGB Percentages of Color #e60eda

%49.78
%3.03
%47.19

CMYK Percentages of Color #e60eda

%0
%94
%5
%10

Triadic Colors of #e60eda

#e60eda #dae60e #0edae6

Analogous Colors of #e60eda

#e60eda #e60e6e #860ee6

Monochromatic Colors of #e60eda

#e60eda

Complementary Color

#e60eda #0ee61a

#e60eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60eda Color CSS Codes

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

#e60eda Text Font Color

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

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


#e60eda Background Color

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

This div background color is #e60eda


#e60eda Border Color

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

This div border color is #e60eda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(230,14,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e60eda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e60eda;
  -webkit-box-shadow: 1px 1px 3px 2px #e60eda;
  box-shadow:         1px 1px 3px 2px #e60eda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,14,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60eda


Comments

No comments written yet.

Please login to write comment.