Color Hex Logo

#eb488a Color Hex

#EB488A
(235,72,138)
0 Favorites   0 Comments

Color spaces of #eb488a

RGB 23572138
HSL0.930.800.60
HSV336°69°92°
CMYK 0.000.690.41   0.08
XYZ41.165824.131926.5330
Yxy24.13190.44830.2628
Hunter Lab49.124263.61452.3632
CIE-Lab56.219667.0083-0.4054

#eb488a color RGB value is (235,72,138).

#eb488a hex color red value is 235, green value is 72 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #eb488a hue: 0.93 , saturation: 0.80 and the lightness value of eb488a is 0.60.

The process color (four color CMYK) of #eb488a color hex is 0.00, 0.69, 0.41, 0.08. Web safe color of #eb488a is #ff3399. Color #eb488a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 10001010
Octal 353 110 212
Decimal 235 72 138
Hex EB 48 8A

RGB Percentages of Color #eb488a

%52.81
%16.18
%31.01

CMYK Percentages of Color #eb488a

%0
%69
%41
%8

Triadic Colors of #eb488a

#eb488a #8aeb48 #488aeb

Analogous Colors of #eb488a

#eb488a #eb5748 #eb48dc

Monochromatic Colors of #eb488a

#eb488a

Complementary Color

#eb488a #48eba9

#eb488a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb488a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb488a Color CSS Codes

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

#eb488a Text Font Color

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

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


#eb488a Background Color

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

This div background color is #eb488a


#eb488a Border Color

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

This div border color is #eb488a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb488a


Comments

No comments written yet.

Please login to write comment.