Color Hex Logo

#eb7274 Color Hex

#EB7274
(235,114,116)
0 Favorites   0 Comments

Color spaces of #eb7274

RGB 235114116
HSL1.000.750.68
HSV359°51°92°
CMYK 0.000.510.51   0.08
XYZ43.430630.957720.2094
Yxy30.95770.45910.3273
Hunter Lab55.639641.962217.4125
CIE-Lab62.471946.872921.2116

#eb7274 color RGB value is (235,114,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 01110010 01110100
Octal 353 162 164
Decimal 235 114 116
Hex EB 72 74

RGB Percentages of Color #eb7274

%50.54
%24.52
%24.95

CMYK Percentages of Color #eb7274

%0
%51
%51
%8

Triadic Colors of #eb7274

#eb7274 #74eb72 #7274eb

Analogous Colors of #eb7274

#eb7274 #ebad72 #eb72b1

Monochromatic Colors of #eb7274

#eb7274

Complementary Color

#eb7274 #72ebe9

#eb7274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb7274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb7274 Color CSS Codes

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

#eb7274 Text Font Color

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

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


#eb7274 Background Color

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

This div background color is #eb7274


#eb7274 Border Color

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

This div border color is #eb7274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb7274


Comments

No comments written yet.

Please login to write comment.