Color Hex Logo

#ea466c Color Hex

#EA466C
(234,70,108)
0 Favorites   0 Comments

Color spaces of #ea466c

RGB 23470108
HSL0.960.800.60
HSV346°70°92°
CMYK 0.000.700.54   0.08
XYZ38.828622.955516.5717
Yxy22.95550.49550.2930
Hunter Lab47.911960.813513.0312
CIE-Lab55.026564.851915.6772

#ea466c color RGB value is (234,70,108).

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

The process color (four color CMYK) of #ea466c color hex is 0.00, 0.70, 0.54, 0.08. Web safe color of #ea466c is #ff3366. Color #ea466c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 01101100
Octal 352 106 154
Decimal 234 70 108
Hex EA 46 6C

RGB Percentages of Color #ea466c

%56.80
%16.99
%26.21

CMYK Percentages of Color #ea466c

%0
%70
%54
%8

Triadic Colors of #ea466c

#ea466c #6cea46 #466cea

Analogous Colors of #ea466c

#ea466c #ea7246 #ea46be

Monochromatic Colors of #ea466c

#ea466c

Complementary Color

#ea466c #46eac4

#ea466c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea466c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea466c Color CSS Codes

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

#ea466c Text Font Color

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

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


#ea466c Background Color

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

This div background color is #ea466c


#ea466c Border Color

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

This div border color is #ea466c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea466c


Comments

No comments written yet.

Please login to write comment.