Color Hex Logo

#e60ad1 Color Hex

#E60AD1
(230,10,209)
0 Favorites   0 Comments

Color spaces of #e60ad1

RGB 23010209
HSL0.850.920.47
HSV306°96°90°
CMYK 0.000.960.09   0.10
XYZ44.250321.643562.1670
Yxy21.64350.34550.1690
Hunter Lab46.522688.3671-46.6620
CIE-Lab53.646787.3204-45.8387

#e60ad1 color RGB value is (230,10,209).

#e60ad1 hex color red value is 230, green value is 10 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #e60ad1 hue: 0.85 , saturation: 0.92 and the lightness value of e60ad1 is 0.47.

The process color (four color CMYK) of #e60ad1 color hex is 0.00, 0.96, 0.09, 0.10. Web safe color of #e60ad1 is #ff00cc. Color #e60ad1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001010 11010001
Octal 346 12 321
Decimal 230 10 209
Hex E6 A D1

RGB Percentages of Color #e60ad1

%51.22
%2.23
%46.55

CMYK Percentages of Color #e60ad1

%0
%96
%9
%10

Triadic Colors of #e60ad1

#e60ad1 #d1e60a #0ad1e6

Analogous Colors of #e60ad1

#e60ad1 #e60a63 #8d0ae6

Monochromatic Colors of #e60ad1

#e60ad1

Complementary Color

#e60ad1 #0ae61f

#e60ad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60ad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60ad1 Color CSS Codes

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

#e60ad1 Text Font Color

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

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


#e60ad1 Background Color

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

This div background color is #e60ad1


#e60ad1 Border Color

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

This div border color is #e60ad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60ad1


Comments

No comments written yet.

Please login to write comment.