Color Hex Logo

#eb7281 Color Hex

#EB7281
(235,114,129)
0 Favorites   0 Comments

Color spaces of #eb7281

RGB 235114129
HSL0.980.750.68
HSV353°51°92°
CMYK 0.000.510.45   0.08
XYZ44.240731.281824.4751
Yxy31.28180.44240.3128
Hunter Lab55.930143.315613.2057
CIE-Lab62.744848.076314.1619

#eb7281 color RGB value is (235,114,129).

#eb7281 hex color red value is 235, green value is 114 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #eb7281 hue: 0.98 , saturation: 0.75 and the lightness value of eb7281 is 0.68.

The process color (four color CMYK) of #eb7281 color hex is 0.00, 0.51, 0.45, 0.08. Web safe color of #eb7281 is #ff6699. Color #eb7281 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10000001
Octal 353 162 201
Decimal 235 114 129
Hex EB 72 81

RGB Percentages of Color #eb7281

%49.16
%23.85
%26.99

CMYK Percentages of Color #eb7281

%0
%51
%45
%8

Triadic Colors of #eb7281

#eb7281 #81eb72 #7281eb

Analogous Colors of #eb7281

#eb7281 #eba072 #eb72be

Monochromatic Colors of #eb7281

#eb7281

Complementary Color

#eb7281 #72ebdc

#eb7281 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7281 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7281 Color CSS Codes

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

#eb7281 Text Font Color

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

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


#eb7281 Background Color

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

This div background color is #eb7281


#eb7281 Border Color

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

This div border color is #eb7281


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7281


Comments

No comments written yet.

Please login to write comment.