Color Hex Logo

#ea6bad Color Hex

#EA6BAD
(234,107,173)
0 Favorites   0 Comments

Color spaces of #ea6bad

RGB 234107173
HSL0.910.750.67
HSV329°54°92°
CMYK 0.000.540.26   0.08
XYZ46.732231.024943.0605
Yxy31.02490.38680.2568
Hunter Lab55.700052.2862-6.8459
CIE-Lab62.528656.1498-11.4093

#ea6bad color RGB value is (234,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 01101011 10101101
Octal 352 153 255
Decimal 234 107 173
Hex EA 6B AD

RGB Percentages of Color #ea6bad

%45.53
%20.82
%33.66

CMYK Percentages of Color #ea6bad

%0
%54
%26
%8

Triadic Colors of #ea6bad

#ea6bad #adea6b #6badea

Analogous Colors of #ea6bad

#ea6bad #ea6b6e #e86bea

Monochromatic Colors of #ea6bad

#ea6bad

Complementary Color

#ea6bad #6beaa8

#ea6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ea6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ea6bad Color CSS Codes

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

#ea6bad Text Font Color

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

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


#ea6bad Background Color

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

This div background color is #ea6bad


#ea6bad Border Color

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

This div border color is #ea6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ea6bad


Comments

No comments written yet.

Please login to write comment.