Color Hex Logo

#ea60ca Color Hex

#EA60CA
(234,96,202)
0 Favorites   0 Comments

Color spaces of #ea60ca

RGB 23496202
HSL0.870.770.65
HSV314°59°92°
CMYK 0.000.590.14   0.08
XYZ48.775230.122459.1206
Yxy30.12240.35340.2182
Hunter Lab54.883962.5858-25.4481
CIE-Lab61.759765.1332-29.0950

#ea60ca color RGB value is (234,96,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01100000 11001010
Octal 352 140 312
Decimal 234 96 202
Hex EA 60 CA

RGB Percentages of Color #ea60ca

%43.98
%18.05
%37.97

CMYK Percentages of Color #ea60ca

%0
%59
%14
%8

Triadic Colors of #ea60ca

#ea60ca #caea60 #60caea

Analogous Colors of #ea60ca

#ea60ca #ea6085 #c560ea

Monochromatic Colors of #ea60ca

#ea60ca

Complementary Color

#ea60ca #60ea80

#ea60ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea60ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea60ca Color CSS Codes

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

#ea60ca Text Font Color

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

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


#ea60ca Background Color

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

This div background color is #ea60ca


#ea60ca Border Color

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

This div border color is #ea60ca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,96,202, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea60ca


Comments

No comments written yet.

Please login to write comment.