Color Hex Logo

#eb5cad Color Hex

#EB5CAD
(235,92,173)
0 Favorites   0 Comments

Color spaces of #eb5cad

RGB 23592173
HSL0.910.780.64
HSV326°61°92°
CMYK 0.000.610.26   0.08
XYZ45.630928.333642.5991
Yxy28.33360.39150.2431
Hunter Lab53.229359.8681-10.1889
CIE-Lab60.188963.1100-14.9170

#eb5cad color RGB value is (235,92,173).

#eb5cad hex color red value is 235, green value is 92 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eb5cad hue: 0.91 , saturation: 0.78 and the lightness value of eb5cad is 0.64.

The process color (four color CMYK) of #eb5cad color hex is 0.00, 0.61, 0.26, 0.08. Web safe color of #eb5cad is #ff6699. Color #eb5cad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01011100 10101101
Octal 353 134 255
Decimal 235 92 173
Hex EB 5C AD

RGB Percentages of Color #eb5cad

%47.00
%18.40
%34.60

CMYK Percentages of Color #eb5cad

%0
%61
%26
%8

Triadic Colors of #eb5cad

#eb5cad #adeb5c #5cadeb

Analogous Colors of #eb5cad

#eb5cad #eb5c66 #e25ceb

Monochromatic Colors of #eb5cad

#eb5cad

Complementary Color

#eb5cad #5ceb9a

#eb5cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb5cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb5cad Color CSS Codes

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

#eb5cad Text Font Color

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

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


#eb5cad Background Color

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

This div background color is #eb5cad


#eb5cad Border Color

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

This div border color is #eb5cad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb5cad


Comments

No comments written yet.

Please login to write comment.