Color Hex Logo

#eb486b Color Hex

#EB486B
(235,72,107)
0 Favorites   0 Comments

Color spaces of #eb486b

RGB 23572107
HSL0.960.800.60
HSV347°69°92°
CMYK 0.000.690.54   0.08
XYZ39.232223.358416.3508
Yxy23.35840.49700.2959
Hunter Lab48.330560.318613.7728
CIE-Lab55.439664.352216.8661

#eb486b color RGB value is (235,72,107).

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

The process color (four color CMYK) of #eb486b color hex is 0.00, 0.69, 0.54, 0.08. Web safe color of #eb486b is #ff3366. Color #eb486b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001000 01101011
Octal 353 110 153
Decimal 235 72 107
Hex EB 48 6B

RGB Percentages of Color #eb486b

%56.76
%17.39
%25.85

CMYK Percentages of Color #eb486b

%0
%69
%54
%8

Triadic Colors of #eb486b

#eb486b #6beb48 #486beb

Analogous Colors of #eb486b

#eb486b #eb7748 #eb48bd

Monochromatic Colors of #eb486b

#eb486b

Complementary Color

#eb486b #48ebc8

#eb486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb486b Color CSS Codes

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

#eb486b Text Font Color

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

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


#eb486b Background Color

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

This div background color is #eb486b


#eb486b Border Color

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

This div border color is #eb486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb486b


Comments

No comments written yet.

Please login to write comment.