Color Hex Logo

#ea427b Color Hex

#EA427B
(234,66,123)
0 Favorites   0 Comments

Color spaces of #ea427b

RGB 23466123
HSL0.940.800.59
HSV340°72°92°
CMYK 0.000.720.47   0.08
XYZ39.455122.818921.0639
Yxy22.81890.47340.2738
Hunter Lab47.769163.83687.2943
CIE-Lab54.885367.44516.5455

#ea427b color RGB value is (234,66,123).

#ea427b hex color red value is 234, green value is 66 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ea427b hue: 0.94 , saturation: 0.80 and the lightness value of ea427b is 0.59.

The process color (four color CMYK) of #ea427b color hex is 0.00, 0.72, 0.47, 0.08. Web safe color of #ea427b is #ff3366. Color #ea427b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01000010 01111011
Octal 352 102 173
Decimal 234 66 123
Hex EA 42 7B

RGB Percentages of Color #ea427b

%55.32
%15.60
%29.08

CMYK Percentages of Color #ea427b

%0
%72
%47
%8

Triadic Colors of #ea427b

#ea427b #7bea42 #427bea

Analogous Colors of #ea427b

#ea427b #ea5d42 #ea42cf

Monochromatic Colors of #ea427b

#ea427b

Complementary Color

#ea427b #42eab1

#ea427b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea427b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea427b Color CSS Codes

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

#ea427b Text Font Color

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

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


#ea427b Background Color

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

This div background color is #ea427b


#ea427b Border Color

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

This div border color is #ea427b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea427b


Comments

No comments written yet.

Please login to write comment.