Color Hex Logo

#eb6bad Color Hex

#EB6BAD
(235,107,173)
0 Favorites   0 Comments

Color spaces of #eb6bad

RGB 235107173
HSL0.910.760.67
HSV329°54°92°
CMYK 0.000.540.26   0.08
XYZ47.061531.194743.0759
Yxy31.19470.38790.2571
Hunter Lab55.852252.6641-6.6307
CIE-Lab62.671756.4581-11.1802

#eb6bad color RGB value is (235,107,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01101011 10101101
Octal 353 153 255
Decimal 235 107 173
Hex EB 6B AD

RGB Percentages of Color #eb6bad

%45.63
%20.78
%33.59

CMYK Percentages of Color #eb6bad

%0
%54
%26
%8

Triadic Colors of #eb6bad

#eb6bad #adeb6b #6badeb

Analogous Colors of #eb6bad

#eb6bad #eb6b6d #e96beb

Monochromatic Colors of #eb6bad

#eb6bad

Complementary Color

#eb6bad #6beba9

#eb6bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb6bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb6bad Color CSS Codes

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

#eb6bad Text Font Color

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

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


#eb6bad Background Color

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

This div background color is #eb6bad


#eb6bad Border Color

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

This div border color is #eb6bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb6bad


Comments

No comments written yet.

Please login to write comment.