Color Hex Logo

#eb758a Color Hex

#EB758A
(235,117,138)
0 Favorites   0 Comments

Color spaces of #eb758a

RGB 235117138
HSL0.970.750.69
HSV349°50°92°
CMYK 0.000.500.41   0.08
XYZ45.209732.219727.8810
Yxy32.21970.42930.3059
Hunter Lab56.762442.836210.6112
CIE-Lab63.524047.526210.1078

#eb758a color RGB value is (235,117,138).

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

The process color (four color CMYK) of #eb758a color hex is 0.00, 0.50, 0.41, 0.08. Web safe color of #eb758a is #ff6699. Color #eb758a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110101 10001010
Octal 353 165 212
Decimal 235 117 138
Hex EB 75 8A

RGB Percentages of Color #eb758a

%47.96
%23.88
%28.16

CMYK Percentages of Color #eb758a

%0
%50
%41
%8

Triadic Colors of #eb758a

#eb758a #8aeb75 #758aeb

Analogous Colors of #eb758a

#eb758a #eb9b75 #eb75c5

Monochromatic Colors of #eb758a

#eb758a

Complementary Color

#eb758a #75ebd6

#eb758a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb758a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb758a Color CSS Codes

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

#eb758a Text Font Color

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

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


#eb758a Background Color

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

This div background color is #eb758a


#eb758a Border Color

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

This div border color is #eb758a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb758a


Comments

No comments written yet.

Please login to write comment.