Color Hex Logo

#eb90be Color Hex

#EB90BE
(235,144,190)
0 Favorites   0 Comments

Color spaces of #eb90be

RGB 235144190
HSL0.920.690.74
HSV330°39°92°
CMYK 0.000.390.19   0.08
XYZ53.528541.326453.8707
Yxy41.32640.35990.2779
Hunter Lab64.285636.1312-4.6845
CIE-Lab70.404040.4759-9.2110

#eb90be color RGB value is (235,144,190).

#eb90be hex color red value is 235, green value is 144 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eb90be hue: 0.92 , saturation: 0.69 and the lightness value of eb90be is 0.74.

The process color (four color CMYK) of #eb90be color hex is 0.00, 0.39, 0.19, 0.08. Web safe color of #eb90be is #ff99cc. Color #eb90be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10010000 10111110
Octal 353 220 276
Decimal 235 144 190
Hex EB 90 BE

RGB Percentages of Color #eb90be

%41.30
%25.31
%33.39

CMYK Percentages of Color #eb90be

%0
%39
%19
%8

Triadic Colors of #eb90be

#eb90be #beeb90 #90beeb

Analogous Colors of #eb90be

#eb90be #eb9091 #eb90eb

Monochromatic Colors of #eb90be

#eb90be

Complementary Color

#eb90be #90ebbd

#eb90be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb90be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb90be Color CSS Codes

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

#eb90be Text Font Color

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

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


#eb90be Background Color

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

This div background color is #eb90be


#eb90be Border Color

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

This div border color is #eb90be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb90be


Comments

No comments written yet.

Please login to write comment.