Color Hex Logo

#e60fdd Color Hex

#E60FDD
(230,15,221)
0 Favorites   0 Comments

Color spaces of #e60fdd

RGB 23015221
HSL0.840.880.48
HSV303°93°90°
CMYK 0.000.930.04   0.10
XYZ45.855122.385170.3105
Yxy22.38510.33100.1616
Hunter Lab47.312990.2025-54.9903
CIE-Lab54.433288.5592-51.4322

#e60fdd color RGB value is (230,15,221).

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

The process color (four color CMYK) of #e60fdd color hex is 0.00, 0.93, 0.04, 0.10. Web safe color of #e60fdd is #ff00cc. Color #e60fdd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001111 11011101
Octal 346 17 335
Decimal 230 15 221
Hex E6 F DD

RGB Percentages of Color #e60fdd

%49.36
%3.22
%47.42

CMYK Percentages of Color #e60fdd

%0
%93
%4
%10

Triadic Colors of #e60fdd

#e60fdd #dde60f #0fdde6

Analogous Colors of #e60fdd

#e60fdd #e60f72 #840fe6

Monochromatic Colors of #e60fdd

#e60fdd

Complementary Color

#e60fdd #0fe618

#e60fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60fdd Color CSS Codes

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

#e60fdd Text Font Color

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

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


#e60fdd Background Color

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

This div background color is #e60fdd


#e60fdd Border Color

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

This div border color is #e60fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60fdd


Comments

No comments written yet.

Please login to write comment.