Color Hex Logo

#e60dda Color Hex

#E60DDA
(230,13,218)
0 Favorites   0 Comments

Color spaces of #e60dda

RGB 23013218
HSL0.840.890.48
HSV303°94°90°
CMYK 0.000.940.05   0.10
XYZ45.431922.172868.2149
Yxy22.17280.33450.1633
Hunter Lab47.088089.8181-52.9299
CIE-Lab54.209988.3119-50.0825

#e60dda color RGB value is (230,13,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001101 11011010
Octal 346 15 332
Decimal 230 13 218
Hex E6 D DA

RGB Percentages of Color #e60dda

%49.89
%2.82
%47.29

CMYK Percentages of Color #e60dda

%0
%94
%5
%10

Triadic Colors of #e60dda

#e60dda #dae60d #0ddae6

Analogous Colors of #e60dda

#e60dda #e60d6e #860de6

Monochromatic Colors of #e60dda

#e60dda

Complementary Color

#e60dda #0de619

#e60dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60dda Color CSS Codes

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

#e60dda Text Font Color

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

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


#e60dda Background Color

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

This div background color is #e60dda


#e60dda Border Color

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

This div border color is #e60dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(230,13,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 #e60dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60dda


Comments

No comments written yet.

Please login to write comment.