Color Hex Logo

#eb039b Color Hex

#EB039B
(235,3,155)
0 Favorites   0 Comments

Color spaces of #eb039b

RGB 2353155
HSL0.890.970.47
HSV321°99°92°
CMYK 0.000.990.34   0.08
XYZ40.209920.093932.7695
Yxy20.09390.43200.2159
Hunter Lab44.826281.6717-11.9647
CIE-Lab51.943282.4900-16.8859

#eb039b color RGB value is (235,3,155).

#eb039b hex color red value is 235, green value is 3 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #eb039b hue: 0.89 , saturation: 0.97 and the lightness value of eb039b is 0.47.

The process color (four color CMYK) of #eb039b color hex is 0.00, 0.99, 0.34, 0.08. Web safe color of #eb039b is #ff0099. Color #eb039b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000011 10011011
Octal 353 3 233
Decimal 235 3 155
Hex EB 3 9B

RGB Percentages of Color #eb039b

%59.80
%0.76
%39.44

CMYK Percentages of Color #eb039b

%0
%99
%34
%8

Triadic Colors of #eb039b

#eb039b #9beb03 #039beb

Analogous Colors of #eb039b

#eb039b #eb0327 #c703eb

Monochromatic Colors of #eb039b

#eb039b

Complementary Color

#eb039b #03eb53

#eb039b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb039b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb039b Color CSS Codes

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

#eb039b Text Font Color

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

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


#eb039b Background Color

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

This div background color is #eb039b


#eb039b Border Color

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

This div border color is #eb039b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb039b


Comments

No comments written yet.

Please login to write comment.