Color Hex Logo

#eb299d Color Hex

#EB299D
(235,41,157)
0 Favorites   0 Comments

Color spaces of #eb299d

RGB 23541157
HSL0.900.830.54
HSV324°83°92°
CMYK 0.000.830.33   0.08
XYZ41.139721.682433.9151
Yxy21.68240.42530.2241
Hunter Lab46.564476.2174-10.5887
CIE-Lab53.688477.8388-15.4210

#eb299d color RGB value is (235,41,157).

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

The process color (four color CMYK) of #eb299d color hex is 0.00, 0.83, 0.33, 0.08. Web safe color of #eb299d is #ff3399. Color #eb299d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00101001 10011101
Octal 353 51 235
Decimal 235 41 157
Hex EB 29 9D

RGB Percentages of Color #eb299d

%54.27
%9.47
%36.26

CMYK Percentages of Color #eb299d

%0
%83
%33
%8

Triadic Colors of #eb299d

#eb299d #9deb29 #299deb

Analogous Colors of #eb299d

#eb299d #eb293c #d829eb

Monochromatic Colors of #eb299d

#eb299d

Complementary Color

#eb299d #29eb77

#eb299d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb299d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb299d Color CSS Codes

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

#eb299d Text Font Color

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

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


#eb299d Background Color

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

This div background color is #eb299d


#eb299d Border Color

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

This div border color is #eb299d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb299d


Comments

No comments written yet.

Please login to write comment.