Color Hex Logo

#eb269f Color Hex

#EB269F
(235,38,159)
0 Favorites   0 Comments

Color spaces of #eb269f

RGB 23538159
HSL0.900.830.54
HSV323°84°92°
CMYK 0.000.840.32   0.08
XYZ41.212121.551634.7886
Yxy21.55160.42250.2209
Hunter Lab46.423777.2198-11.9336
CIE-Lab53.548078.6658-16.8171

#eb269f color RGB value is (235,38,159).

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

The process color (four color CMYK) of #eb269f color hex is 0.00, 0.84, 0.32, 0.08. Web safe color of #eb269f is #ff3399. Color #eb269f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100110 10011111
Octal 353 46 237
Decimal 235 38 159
Hex EB 26 9F

RGB Percentages of Color #eb269f

%54.40
%8.80
%36.81

CMYK Percentages of Color #eb269f

%0
%84
%32
%8

Triadic Colors of #eb269f

#eb269f #9feb26 #269feb

Analogous Colors of #eb269f

#eb269f #eb263c #d526eb

Monochromatic Colors of #eb269f

#eb269f

Complementary Color

#eb269f #26eb72

#eb269f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb269f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb269f Color CSS Codes

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

#eb269f Text Font Color

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

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


#eb269f Background Color

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

This div background color is #eb269f


#eb269f Border Color

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

This div border color is #eb269f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb269f


Comments

No comments written yet.

Please login to write comment.