Color Hex Logo

#eb279d Color Hex

#EB279D
(235,39,157)
0 Favorites   0 Comments

Color spaces of #eb279d

RGB 23539157
HSL0.900.830.54
HSV324°83°92°
CMYK 0.000.830.33   0.08
XYZ41.072321.547533.8926
Yxy21.54750.42560.2233
Hunter Lab46.419376.7050-10.7965
CIE-Lab53.543678.2564-15.6407

#eb279d color RGB value is (235,39,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 00100111 10011101
Octal 353 47 235
Decimal 235 39 157
Hex EB 27 9D

RGB Percentages of Color #eb279d

%54.52
%9.05
%36.43

CMYK Percentages of Color #eb279d

%0
%83
%33
%8

Triadic Colors of #eb279d

#eb279d #9deb27 #279deb

Analogous Colors of #eb279d

#eb279d #eb273b #d727eb

Monochromatic Colors of #eb279d

#eb279d

Complementary Color

#eb279d #27eb75

#eb279d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb279d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb279d Color CSS Codes

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

#eb279d Text Font Color

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

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


#eb279d Background Color

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

This div background color is #eb279d


#eb279d Border Color

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

This div border color is #eb279d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb279d


Comments

No comments written yet.

Please login to write comment.