Color Hex Logo

#e60cad Color Hex

#E60CAD
(230,12,173)
0 Favorites   0 Comments

Color spaces of #e60cad

RGB 23012173
HSL0.880.900.47
HSV316°95°90°
CMYK 0.000.950.25   0.10
XYZ40.307420.103141.2910
Yxy20.10310.39630.1977
Hunter Lab44.836582.0053-23.2161
CIE-Lab51.953682.7484-27.6031

#e60cad color RGB value is (230,12,173).

#e60cad hex color red value is 230, green value is 12 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e60cad hue: 0.88 , saturation: 0.90 and the lightness value of e60cad is 0.47.

The process color (four color CMYK) of #e60cad color hex is 0.00, 0.95, 0.25, 0.10. Web safe color of #e60cad is #ff0099. Color #e60cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001100 10101101
Octal 346 14 255
Decimal 230 12 173
Hex E6 C AD

RGB Percentages of Color #e60cad

%55.42
%2.89
%41.69

CMYK Percentages of Color #e60cad

%0
%95
%25
%10

Triadic Colors of #e60cad

#e60cad #ade60c #0cade6

Analogous Colors of #e60cad

#e60cad #e60c40 #b20ce6

Monochromatic Colors of #e60cad

#e60cad

Complementary Color

#e60cad #0ce645

#e60cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60cad Color CSS Codes

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

#e60cad Text Font Color

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

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


#e60cad Background Color

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

This div background color is #e60cad


#e60cad Border Color

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

This div border color is #e60cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60cad


Comments

No comments written yet.

Please login to write comment.