Color Hex Logo

#eb907e Color Hex

#EB907E
(235,144,126)
1 Favorites   0 Comments

Color spaces of #eb907e

RGB 235144126
HSL0.030.730.71
HSV10°46°92°
CMYK 0.000.390.46   0.08
XYZ48.000139.115024.7587
Yxy39.11500.42910.3496
Hunter Lab62.542027.547820.3081
CIE-Lab68.834532.506624.1935

#eb907e color RGB value is (235,144,126).

#eb907e hex color red value is 235, green value is 144 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #eb907e hue: 0.03 , saturation: 0.73 and the lightness value of eb907e is 0.71.

The process color (four color CMYK) of #eb907e color hex is 0.00, 0.39, 0.46, 0.08. Web safe color of #eb907e is #ff9966. Color #eb907e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 01111110
Octal 353 220 176
Decimal 235 144 126
Hex EB 90 7E

RGB Percentages of Color #eb907e

%46.53
%28.51
%24.95

CMYK Percentages of Color #eb907e

%0
%39
%46
%8

Triadic Colors of #eb907e

#eb907e #7eeb90 #907eeb

Analogous Colors of #eb907e

#eb907e #ebc77e #eb7ea3

Monochromatic Colors of #eb907e

#eb907e

Complementary Color

#eb907e #7ed9eb

#eb907e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb907e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb907e Color CSS Codes

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

#eb907e Text Font Color

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

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


#eb907e Background Color

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

This div background color is #eb907e


#eb907e Border Color

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

This div border color is #eb907e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,144,126, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb907e


Comments

No comments written yet.

Please login to write comment.