Color Hex Logo

#ea469b Color Hex

#EA469B
(234,70,155)
0 Favorites   0 Comments

Color spaces of #ea469b

RGB 23470155
HSL0.910.800.60
HSV329°70°92°
CMYK 0.000.700.34   0.08
XYZ42.038224.239333.4733
Yxy24.23930.42140.2430
Hunter Lab49.233466.2546-5.8473
CIE-Lab56.326669.2009-10.2811

#ea469b color RGB value is (234,70,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 10011011
Octal 352 106 233
Decimal 234 70 155
Hex EA 46 9B

RGB Percentages of Color #ea469b

%50.98
%15.25
%33.77

CMYK Percentages of Color #ea469b

%0
%70
%34
%8

Triadic Colors of #ea469b

#ea469b #9bea46 #469bea

Analogous Colors of #ea469b

#ea469b #ea4649 #e746ea

Monochromatic Colors of #ea469b

#ea469b

Complementary Color

#ea469b #46ea95

#ea469b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea469b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea469b Color CSS Codes

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

#ea469b Text Font Color

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

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


#ea469b Background Color

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

This div background color is #ea469b


#ea469b Border Color

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

This div border color is #ea469b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea469b


Comments

No comments written yet.

Please login to write comment.