Color Hex Logo

#ea6bab Color Hex

#EA6BAB
(234,107,171)
0 Favorites   0 Comments

Color spaces of #ea6bab

RGB 234107171
HSL0.920.750.67
HSV330°54°92°
CMYK 0.000.540.27   0.08
XYZ46.540130.948142.0487
Yxy30.94810.38930.2589
Hunter Lab55.631051.9762-5.8726
CIE-Lab62.463855.8878-10.3621

#ea6bab color RGB value is (234,107,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 10101011
Octal 352 153 253
Decimal 234 107 171
Hex EA 6B AB

RGB Percentages of Color #ea6bab

%45.70
%20.90
%33.40

CMYK Percentages of Color #ea6bab

%0
%54
%27
%8

Triadic Colors of #ea6bab

#ea6bab #abea6b #6babea

Analogous Colors of #ea6bab

#ea6bab #ea6b6c #ea6bea

Monochromatic Colors of #ea6bab

#ea6bab

Complementary Color

#ea6bab #6beaaa

#ea6bab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6bab Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6bab Color CSS Codes

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

#ea6bab Text Font Color

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

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


#ea6bab Background Color

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

This div background color is #ea6bab


#ea6bab Border Color

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

This div border color is #ea6bab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,107,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 #ea6bab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6bab


Comments

No comments written yet.

Please login to write comment.