Color Hex Logo

#ea024d Color Hex

#EA024D
(234,2,77)
0 Favorites   0 Comments

Color spaces of #ea024d

RGB 234277
HSL0.950.980.46
HSV341°99°92°
CMYK 0.000.990.67   0.08
XYZ35.292918.07178.6492
Yxy18.07170.56910.2914
Hunter Lab42.510873.798517.6945
CIE-Lab49.583076.694127.0998

#ea024d color RGB value is (234,2,77).

#ea024d hex color red value is 234, green value is 2 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ea024d hue: 0.95 , saturation: 0.98 and the lightness value of ea024d is 0.46.

The process color (four color CMYK) of #ea024d color hex is 0.00, 0.99, 0.67, 0.08. Web safe color of #ea024d is #ff0066. Color #ea024d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 00000010 01001101
Octal 352 2 115
Decimal 234 2 77
Hex EA 2 4D

RGB Percentages of Color #ea024d

%74.76
%0.64
%24.60

CMYK Percentages of Color #ea024d

%0
%99
%67
%8

Triadic Colors of #ea024d

#ea024d #4dea02 #024dea

Analogous Colors of #ea024d

#ea024d #ea2b02 #ea02c1

Monochromatic Colors of #ea024d

#ea024d

Complementary Color

#ea024d #02ea9f

#ea024d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea024d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea024d Color CSS Codes

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

#ea024d Text Font Color

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

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


#ea024d Background Color

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

This div background color is #ea024d


#ea024d Border Color

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

This div border color is #ea024d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea024d


Comments

No comments written yet.

Please login to write comment.