Color Hex Logo

#e60ded Color Hex

#E60DED
(230,13,237)
0 Favorites   0 Comments

Color spaces of #e60ded

RGB 23013237
HSL0.830.900.49
HSV298°95°93°
CMYK 0.030.950.00   0.07
XYZ48.063123.225382.0705
Yxy23.22530.31340.1514
Hunter Lab48.192693.6831-67.2341
CIE-Lab55.303791.0033-59.0770

#e60ded color RGB value is (230,13,237).

#e60ded hex color red value is 230, green value is 13 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #e60ded hue: 0.83 , saturation: 0.90 and the lightness value of e60ded is 0.49.

The process color (four color CMYK) of #e60ded color hex is 0.03, 0.95, 0.00, 0.07. Web safe color of #e60ded is #ff00ff. Color #e60ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001101 11101101
Octal 346 15 355
Decimal 230 13 237
Hex E6 D ED

RGB Percentages of Color #e60ded

%47.92
%2.71
%49.38

CMYK Percentages of Color #e60ded

%3
%95
%0
%7

Triadic Colors of #e60ded

#e60ded #ede60d #0dede6

Analogous Colors of #e60ded

#e60ded #ed0d84 #760ded

Monochromatic Colors of #e60ded

#e60ded

Complementary Color

#e60ded #14ed0d

#e60ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60ded Color CSS Codes

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

#e60ded Text Font Color

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

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


#e60ded Background Color

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

This div background color is #e60ded


#e60ded Border Color

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

This div border color is #e60ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60ded


Comments

No comments written yet.

Please login to write comment.