Color Hex Logo

#e60eb4 Color Hex

#E60EB4
(230,14,180)
0 Favorites   0 Comments

Color spaces of #e60eb4

RGB 23014180
HSL0.870.890.48
HSV314°94°90°
CMYK 0.000.940.22   0.10
XYZ41.028420.432444.9614
Yxy20.43240.38550.1920
Hunter Lab45.202282.9141-27.3326
CIE-Lab52.322683.3844-31.1350

#e60eb4 color RGB value is (230,14,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001110 10110100
Octal 346 16 264
Decimal 230 14 180
Hex E6 E B4

RGB Percentages of Color #e60eb4

%54.25
%3.30
%42.45

CMYK Percentages of Color #e60eb4

%0
%94
%22
%10

Triadic Colors of #e60eb4

#e60eb4 #b4e60e #0eb4e6

Analogous Colors of #e60eb4

#e60eb4 #e60e48 #ac0ee6

Monochromatic Colors of #e60eb4

#e60eb4

Complementary Color

#e60eb4 #0ee640

#e60eb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60eb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60eb4 Color CSS Codes

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

#e60eb4 Text Font Color

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

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


#e60eb4 Background Color

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

This div background color is #e60eb4


#e60eb4 Border Color

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

This div border color is #e60eb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60eb4


Comments

No comments written yet.

Please login to write comment.