Color Hex Logo

#eb046d Color Hex

#EB046D
(235,4,109)
0 Favorites   0 Comments

Color spaces of #eb046d

RGB 2354109
HSL0.920.970.47
HSV333°98°92°
CMYK 0.000.980.54   0.08
XYZ37.064718.853116.1535
Yxy18.85310.51430.2616
Hunter Lab43.420276.38758.3366
CIE-Lab50.514978.59318.8045

#eb046d color RGB value is (235,4,109).

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

The process color (four color CMYK) of #eb046d color hex is 0.00, 0.98, 0.54, 0.08. Web safe color of #eb046d is #ff0066. Color #eb046d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00000100 01101101
Octal 353 4 155
Decimal 235 4 109
Hex EB 4 6D

RGB Percentages of Color #eb046d

%67.53
%1.15
%31.32

CMYK Percentages of Color #eb046d

%0
%98
%54
%8

Triadic Colors of #eb046d

#eb046d #6deb04 #046deb

Analogous Colors of #eb046d

#eb046d #eb0e04 #eb04e1

Monochromatic Colors of #eb046d

#eb046d

Complementary Color

#eb046d #04eb82

#eb046d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb046d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb046d Color CSS Codes

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

#eb046d Text Font Color

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

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


#eb046d Background Color

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

This div background color is #eb046d


#eb046d Border Color

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

This div border color is #eb046d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb046d


Comments

No comments written yet.

Please login to write comment.