Color Hex Logo

#ea6fab Color Hex

#EA6FAB
(234,111,171)
0 Favorites   0 Comments

Color spaces of #ea6fab

RGB 234111171
HSL0.920.750.68
HSV331°53°92°
CMYK 0.000.530.27   0.08
XYZ46.966831.801642.1910
Yxy31.80160.38830.2629
Hunter Lab56.392949.9760-4.8835
CIE-Lab63.178654.0076-9.2939

#ea6fab color RGB value is (234,111,171).

#ea6fab hex color red value is 234, green value is 111 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #ea6fab hue: 0.92 , saturation: 0.75 and the lightness value of ea6fab is 0.68.

The process color (four color CMYK) of #ea6fab color hex is 0.00, 0.53, 0.27, 0.08. Web safe color of #ea6fab is #ff6699. Color #ea6fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101111 10101011
Octal 352 157 253
Decimal 234 111 171
Hex EA 6F AB

RGB Percentages of Color #ea6fab

%45.35
%21.51
%33.14

CMYK Percentages of Color #ea6fab

%0
%53
%27
%8

Triadic Colors of #ea6fab

#ea6fab #abea6f #6fabea

Analogous Colors of #ea6fab

#ea6fab #ea716f #ea6fe9

Monochromatic Colors of #ea6fab

#ea6fab

Complementary Color

#ea6fab #6feaae

#ea6fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6fab Color CSS Codes

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

#ea6fab Text Font Color

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

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


#ea6fab Background Color

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

This div background color is #ea6fab


#ea6fab Border Color

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

This div border color is #ea6fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6fab


Comments

No comments written yet.

Please login to write comment.