Color Hex Logo

#eb296b Color Hex

#EB296B
(235,41,107)
0 Favorites   0 Comments

Color spaces of #eb296b

RGB 23541107
HSL0.940.830.54
HSV340°83°92°
CMYK 0.000.830.54   0.08
XYZ37.707720.309615.8426
Yxy20.30960.51050.2750
Hunter Lab45.066270.488410.7035
CIE-Lab52.185573.492712.3685

#eb296b color RGB value is (235,41,107).

#eb296b hex color red value is 235, green value is 41 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eb296b hue: 0.94 , saturation: 0.83 and the lightness value of eb296b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 01101011
Octal 353 51 153
Decimal 235 41 107
Hex EB 29 6B

RGB Percentages of Color #eb296b

%61.36
%10.70
%27.94

CMYK Percentages of Color #eb296b

%0
%83
%54
%8

Triadic Colors of #eb296b

#eb296b #6beb29 #296beb

Analogous Colors of #eb296b

#eb296b #eb4829 #eb29cc

Monochromatic Colors of #eb296b

#eb296b

Complementary Color

#eb296b #29eba9

#eb296b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb296b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb296b Color CSS Codes

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

#eb296b Text Font Color

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

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


#eb296b Background Color

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

This div background color is #eb296b


#eb296b Border Color

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

This div border color is #eb296b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb296b


Comments

No comments written yet.

Please login to write comment.