Color Hex Logo

#eb4bad Color Hex

#EB4BAD
(235,75,173)
0 Favorites   0 Comments

Color spaces of #eb4bad

RGB 23575173
HSL0.900.800.61
HSV323°68°92°
CMYK 0.000.680.26   0.08
XYZ44.319925.711542.1621
Yxy25.71150.39500.2292
Hunter Lab50.706567.2811-13.8047
CIE-Lab57.762269.7842-18.5991

#eb4bad color RGB value is (235,75,173).

#eb4bad hex color red value is 235, green value is 75 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb4bad hue: 0.90 , saturation: 0.80 and the lightness value of eb4bad is 0.61.

The process color (four color CMYK) of #eb4bad color hex is 0.00, 0.68, 0.26, 0.08. Web safe color of #eb4bad is #ff3399. Color #eb4bad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01001011 10101101
Octal 353 113 255
Decimal 235 75 173
Hex EB 4B AD

RGB Percentages of Color #eb4bad

%48.65
%15.53
%35.82

CMYK Percentages of Color #eb4bad

%0
%68
%26
%8

Triadic Colors of #eb4bad

#eb4bad #adeb4b #4badeb

Analogous Colors of #eb4bad

#eb4bad #eb4b5d #d94beb

Monochromatic Colors of #eb4bad

#eb4bad

Complementary Color

#eb4bad #4beb89

#eb4bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb4bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb4bad Color CSS Codes

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

#eb4bad Text Font Color

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

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


#eb4bad Background Color

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

This div background color is #eb4bad


#eb4bad Border Color

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

This div border color is #eb4bad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb4bad


Comments

No comments written yet.

Please login to write comment.