Color Hex Logo

#ea469d Color Hex

#EA469D
(234,70,157)
0 Favorites   0 Comments

Color spaces of #ea469d

RGB 23470157
HSL0.910.800.60
HSV328°70°92°
CMYK 0.000.700.33   0.08
XYZ42.207624.307134.3654
Yxy24.30710.41840.2410
Hunter Lab49.302266.5348-6.8157
CIE-Lab56.394069.4215-11.3535

#ea469d color RGB value is (234,70,157).

#ea469d hex color red value is 234, green value is 70 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #ea469d hue: 0.91 , saturation: 0.80 and the lightness value of ea469d is 0.60.

The process color (four color CMYK) of #ea469d color hex is 0.00, 0.70, 0.33, 0.08. Web safe color of #ea469d is #ff3399. Color #ea469d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 10011101
Octal 352 106 235
Decimal 234 70 157
Hex EA 46 9D

RGB Percentages of Color #ea469d

%50.76
%15.18
%34.06

CMYK Percentages of Color #ea469d

%0
%70
%33
%8

Triadic Colors of #ea469d

#ea469d #9dea46 #469dea

Analogous Colors of #ea469d

#ea469d #ea464b #e546ea

Monochromatic Colors of #ea469d

#ea469d

Complementary Color

#ea469d #46ea93

#ea469d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea469d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea469d Color CSS Codes

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

#ea469d Text Font Color

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

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


#ea469d Background Color

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

This div background color is #ea469d


#ea469d Border Color

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

This div border color is #ea469d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea469d


Comments

No comments written yet.

Please login to write comment.