Color Hex Logo

#eb81b5 Color Hex

#EB81B5
(235,129,181)
0 Favorites   0 Comments

Color spaces of #eb81b5

RGB 235129181
HSL0.920.730.71
HSV331°45°92°
CMYK 0.000.450.23   0.08
XYZ50.451736.698948.1406
Yxy36.69890.37290.2713
Hunter Lab60.579642.6434-4.7101
CIE-Lab67.050546.8628-9.1728

#eb81b5 color RGB value is (235,129,181).

#eb81b5 hex color red value is 235, green value is 129 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #eb81b5 hue: 0.92 , saturation: 0.73 and the lightness value of eb81b5 is 0.71.

The process color (four color CMYK) of #eb81b5 color hex is 0.00, 0.45, 0.23, 0.08. Web safe color of #eb81b5 is #ff99cc. Color #eb81b5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000001 10110101
Octal 353 201 265
Decimal 235 129 181
Hex EB 81 B5

RGB Percentages of Color #eb81b5

%43.12
%23.67
%33.21

CMYK Percentages of Color #eb81b5

%0
%45
%23
%8

Triadic Colors of #eb81b5

#eb81b5 #b5eb81 #81b5eb

Analogous Colors of #eb81b5

#eb81b5 #eb8281 #eb81ea

Monochromatic Colors of #eb81b5

#eb81b5

Complementary Color

#eb81b5 #81ebb7

#eb81b5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb81b5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb81b5 Color CSS Codes

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

#eb81b5 Text Font Color

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

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


#eb81b5 Background Color

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

This div background color is #eb81b5


#eb81b5 Border Color

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

This div border color is #eb81b5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb81b5


Comments

No comments written yet.

Please login to write comment.