Color Hex Logo

#e60cda Color Hex

#E60CDA
(230,12,218)
0 Favorites   0 Comments

Color spaces of #e60cda

RGB 23012218
HSL0.840.900.47
HSV303°95°90°
CMYK 0.000.950.05   0.10
XYZ45.419522.147968.2108
Yxy22.14790.33450.1631
Hunter Lab47.061689.9141-52.9916
CIE-Lab54.183688.3897-50.1244

#e60cda color RGB value is (230,12,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100110 00001100 11011010
Octal 346 14 332
Decimal 230 12 218
Hex E6 C DA

RGB Percentages of Color #e60cda

%50.00
%2.61
%47.39

CMYK Percentages of Color #e60cda

%0
%95
%5
%10

Triadic Colors of #e60cda

#e60cda #dae60c #0cdae6

Analogous Colors of #e60cda

#e60cda #e60c6d #850ce6

Monochromatic Colors of #e60cda

#e60cda

Complementary Color

#e60cda #0ce618

#e60cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e60cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e60cda Color CSS Codes

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

#e60cda Text Font Color

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

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


#e60cda Background Color

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

This div background color is #e60cda


#e60cda Border Color

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

This div border color is #e60cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e60cda


Comments

No comments written yet.

Please login to write comment.