Color Hex Logo

#ea60da Color Hex

#EA60DA
(234,96,218)
0 Favorites   0 Comments

Color spaces of #ea60da

RGB 23496218
HSL0.850.770.65
HSV307°59°92°
CMYK 0.000.590.07   0.08
XYZ50.769430.920169.6220
Yxy30.92010.33550.2043
Hunter Lab55.605865.6643-35.3107
CIE-Lab62.440167.5831-37.0611

#ea60da color RGB value is (234,96,218).

#ea60da hex color red value is 234, green value is 96 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ea60da hue: 0.85 , saturation: 0.77 and the lightness value of ea60da is 0.65.

The process color (four color CMYK) of #ea60da color hex is 0.00, 0.59, 0.07, 0.08. Web safe color of #ea60da is #ff66cc. Color #ea60da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 11011010
Octal 352 140 332
Decimal 234 96 218
Hex EA 60 DA

RGB Percentages of Color #ea60da

%42.70
%17.52
%39.78

CMYK Percentages of Color #ea60da

%0
%59
%7
%8

Triadic Colors of #ea60da

#ea60da #daea60 #60daea

Analogous Colors of #ea60da

#ea60da #ea6095 #b560ea

Monochromatic Colors of #ea60da

#ea60da

Complementary Color

#ea60da #60ea70

#ea60da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea60da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea60da Color CSS Codes

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

#ea60da Text Font Color

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

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


#ea60da Background Color

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

This div background color is #ea60da


#ea60da Border Color

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

This div border color is #ea60da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea60da


Comments

No comments written yet.

Please login to write comment.