Color Hex Logo

#ea3499 Color Hex

#EA3499
(234,52,153)
0 Favorites   0 Comments

Color spaces of #ea3499

RGB 23452153
HSL0.910.810.56
HSV327°78°92°
CMYK 0.000.780.35   0.08
XYZ40.909422.248332.2752
Yxy22.24830.42870.2331
Hunter Lab47.168172.2708-7.5520
CIE-Lab54.289574.5409-12.1633

#ea3499 color RGB value is (234,52,153).

#ea3499 hex color red value is 234, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #ea3499 hue: 0.91 , saturation: 0.81 and the lightness value of ea3499 is 0.56.

The process color (four color CMYK) of #ea3499 color hex is 0.00, 0.78, 0.35, 0.08. Web safe color of #ea3499 is #ff3399. Color #ea3499 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00110100 10011001
Octal 352 64 231
Decimal 234 52 153
Hex EA 34 99

RGB Percentages of Color #ea3499

%53.30
%11.85
%34.85

CMYK Percentages of Color #ea3499

%0
%78
%35
%8

Triadic Colors of #ea3499

#ea3499 #99ea34 #3499ea

Analogous Colors of #ea3499

#ea3499 #ea343e #e034ea

Monochromatic Colors of #ea3499

#ea3499

Complementary Color

#ea3499 #34ea85

#ea3499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea3499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea3499 Color CSS Codes

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

#ea3499 Text Font Color

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

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


#ea3499 Background Color

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

This div background color is #ea3499


#ea3499 Border Color

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

This div border color is #ea3499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea3499


Comments

No comments written yet.

Please login to write comment.