Color Hex Logo

#ea3ca5 Color Hex

#EA3CA5
(234,60,165)
0 Favorites   0 Comments

Color spaces of #ea3ca5

RGB 23460165
HSL0.900.810.58
HSV324°74°92°
CMYK 0.000.740.29   0.08
XYZ42.339123.440837.8903
Yxy23.44080.40840.2261
Hunter Lab48.415771.3692-12.5096
CIE-Lab55.523573.5692-17.3594

#ea3ca5 color RGB value is (234,60,165).

#ea3ca5 hex color red value is 234, green value is 60 and the blue value of its RGB is 165. Cylindrical-coordinate representations (also known as HSL) of color #ea3ca5 hue: 0.90 , saturation: 0.81 and the lightness value of ea3ca5 is 0.58.

The process color (four color CMYK) of #ea3ca5 color hex is 0.00, 0.74, 0.29, 0.08. Web safe color of #ea3ca5 is #ff3399. Color #ea3ca5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00111100 10100101
Octal 352 74 245
Decimal 234 60 165
Hex EA 3C A5

RGB Percentages of Color #ea3ca5

%50.98
%13.07
%35.95

CMYK Percentages of Color #ea3ca5

%0
%74
%29
%8

Triadic Colors of #ea3ca5

#ea3ca5 #a5ea3c #3ca5ea

Analogous Colors of #ea3ca5

#ea3ca5 #ea3c4e #d83cea

Monochromatic Colors of #ea3ca5

#ea3ca5

Complementary Color

#ea3ca5 #3cea81

#ea3ca5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3ca5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3ca5 Color CSS Codes

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

#ea3ca5 Text Font Color

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

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


#ea3ca5 Background Color

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

This div background color is #ea3ca5


#ea3ca5 Border Color

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

This div border color is #ea3ca5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3ca5


Comments

No comments written yet.

Please login to write comment.