Color Hex Logo

#eb7291 Color Hex

#EB7291
(235,114,145)
0 Favorites   0 Comments

Color spaces of #eb7291

RGB 235114145
HSL0.960.750.68
HSV345°51°92°
CMYK 0.000.510.38   0.08
XYZ45.389131.741130.5224
Yxy31.74110.42160.2948
Hunter Lab56.339245.21297.3165
CIE-Lab63.128349.74755.5352

#eb7291 color RGB value is (235,114,145).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 10010001
Octal 353 162 221
Decimal 235 114 145
Hex EB 72 91

RGB Percentages of Color #eb7291

%47.57
%23.08
%29.35

CMYK Percentages of Color #eb7291

%0
%51
%38
%8

Triadic Colors of #eb7291

#eb7291 #91eb72 #7291eb

Analogous Colors of #eb7291

#eb7291 #eb9072 #eb72ce

Monochromatic Colors of #eb7291

#eb7291

Complementary Color

#eb7291 #72ebcc

#eb7291 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7291 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7291 Color CSS Codes

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

#eb7291 Text Font Color

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

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


#eb7291 Background Color

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

This div background color is #eb7291


#eb7291 Border Color

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

This div border color is #eb7291


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7291

#eb7291 Color Palettes


Comments

No comments written yet.

Please login to write comment.