color codes Logo

#eb049d color codes

#EB049D
(235,4,157)
0 Favorites   0 Comments

Color spaces of #eb049d

RGB 2354157
HSL0.890.970.47
HSV320°98°92°
CMYK 0.000.980.33   0.08
XYZ40.390220.183333.6653
Yxy20.18330.42860.2142
Hunter Lab44.925881.8588-12.9811
CIE-Lab52.043882.6165-17.9227

#eb049d color RGB value is (235,4,157).

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

The process color (four color CMYK) of #eb049d color code is 0.00, 0.98, 0.33, 0.08. Web safe color of #eb049d is #ff0099. Color #eb049d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 10011101
Octal 353 4 235
Decimal 235 4 157
Hex EB 4 9D

RGB Percentages of Color #eb049d

%59.34
%1.01
%39.65

CMYK Percentages of Color #eb049d

%0
%98
%33
%8

Triadic Colors of #eb049d

#eb049d #9deb04 #049deb

Analogous Colors of #eb049d

#eb049d #eb0429 #c604eb

Monochromatic Colors of #eb049d

#eb049d

Complementary Color

#eb049d #04eb52

#eb049d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb049d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb049d Color CSS Codes

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

#eb049d Text Font Color

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

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


#eb049d Background Color

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

This div background color is #eb049d


#eb049d Border Color

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

This div border color is #eb049d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb049d


Comments

No comments written yet.

Please login to write comment.