Color Hex Logo

#eb406b Color Hex

#EB406B
(235,64,107)
0 Favorites   0 Comments

Color spaces of #eb406b

RGB 23564107
HSL0.960.810.59
HSV345°73°92°
CMYK 0.000.730.54   0.08
XYZ38.748222.390516.1895
Yxy22.39050.50110.2896
Hunter Lab47.318663.362312.8376
CIE-Lab54.438967.128215.4915

#eb406b color RGB value is (235,64,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01000000 01101011
Octal 353 100 153
Decimal 235 64 107
Hex EB 40 6B

RGB Percentages of Color #eb406b

%57.88
%15.76
%26.35

CMYK Percentages of Color #eb406b

%0
%73
%54
%8

Triadic Colors of #eb406b

#eb406b #6beb40 #406beb

Analogous Colors of #eb406b

#eb406b #eb6b40 #eb40c1

Monochromatic Colors of #eb406b

#eb406b

Complementary Color

#eb406b #40ebc0

#eb406b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb406b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb406b Color CSS Codes

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

#eb406b Text Font Color

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

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


#eb406b Background Color

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

This div background color is #eb406b


#eb406b Border Color

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

This div border color is #eb406b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb406b


Comments

No comments written yet.

Please login to write comment.