Color Hex Logo

#eb296d Color Hex

#EB296D
(235,41,109)
0 Favorites   0 Comments

Color spaces of #eb296d

RGB 23541109
HSL0.940.830.54
HSV339°83°92°
CMYK 0.000.830.54   0.08
XYZ37.814220.352216.4033
Yxy20.35220.50710.2729
Hunter Lab45.113470.670810.0215
CIE-Lab52.233173.632911.2240

#eb296d color RGB value is (235,41,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 01101101
Octal 353 51 155
Decimal 235 41 109
Hex EB 29 6D

RGB Percentages of Color #eb296d

%61.04
%10.65
%28.31

CMYK Percentages of Color #eb296d

%0
%83
%54
%8

Triadic Colors of #eb296d

#eb296d #6deb29 #296deb

Analogous Colors of #eb296d

#eb296d #eb4629 #eb29ce

Monochromatic Colors of #eb296d

#eb296d

Complementary Color

#eb296d #29eba7

#eb296d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb296d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb296d Color CSS Codes

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

#eb296d Text Font Color

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

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


#eb296d Background Color

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

This div background color is #eb296d


#eb296d Border Color

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

This div border color is #eb296d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb296d


Comments

No comments written yet.

Please login to write comment.