Color Hex Logo

#ea468f Color Hex

#EA468F
(234,70,143)
0 Favorites   0 Comments

Color spaces of #ea468f

RGB 23470143
HSL0.930.800.60
HSV333°70°92°
CMYK 0.000.700.39   0.08
XYZ41.079823.855928.4261
Yxy23.85590.44000.2555
Hunter Lab48.842564.6560-0.3167
CIE-Lab55.943267.9360-3.7849

#ea468f color RGB value is (234,70,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000110 10001111
Octal 352 106 217
Decimal 234 70 143
Hex EA 46 8F

RGB Percentages of Color #ea468f

%52.35
%15.66
%31.99

CMYK Percentages of Color #ea468f

%0
%70
%39
%8

Triadic Colors of #ea468f

#ea468f #8fea46 #468fea

Analogous Colors of #ea468f

#ea468f #ea4f46 #ea46e1

Monochromatic Colors of #ea468f

#ea468f

Complementary Color

#ea468f #46eaa1

#ea468f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea468f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea468f Color CSS Codes

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

#ea468f Text Font Color

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

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


#ea468f Background Color

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

This div background color is #ea468f


#ea468f Border Color

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

This div border color is #ea468f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea468f


Comments

No comments written yet.

Please login to write comment.