Color Hex Logo

#eb748e Color Hex

#EB748E
(235,116,142)
0 Favorites   0 Comments

Color spaces of #eb748e

RGB 235116142
HSL0.960.750.69
HSV347°51°92°
CMYK 0.000.510.40   0.08
XYZ45.388832.105929.3960
Yxy32.10590.42460.3004
Hunter Lab56.662143.82778.9041
CIE-Lab63.430348.44507.6863

#eb748e color RGB value is (235,116,142).

#eb748e hex color red value is 235, green value is 116 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #eb748e hue: 0.96 , saturation: 0.75 and the lightness value of eb748e is 0.69.

The process color (four color CMYK) of #eb748e color hex is 0.00, 0.51, 0.40, 0.08. Web safe color of #eb748e is #ff6699. Color #eb748e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110100 10001110
Octal 353 164 216
Decimal 235 116 142
Hex EB 74 8E

RGB Percentages of Color #eb748e

%47.67
%23.53
%28.80

CMYK Percentages of Color #eb748e

%0
%51
%40
%8

Triadic Colors of #eb748e

#eb748e #8eeb74 #748eeb

Analogous Colors of #eb748e

#eb748e #eb9674 #eb74ca

Monochromatic Colors of #eb748e

#eb748e

Complementary Color

#eb748e #74ebd1

#eb748e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb748e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb748e Color CSS Codes

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

#eb748e Text Font Color

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

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


#eb748e Background Color

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

This div background color is #eb748e


#eb748e Border Color

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

This div border color is #eb748e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb748e


Comments

No comments written yet.

Please login to write comment.