Color Hex Logo

#eb3848 Color Hex

#EB3848
(235,56,72)
0 Favorites   0 Comments

Color spaces of #eb3848

RGB 2355672
HSL0.990.820.57
HSV355°76°92°
CMYK 0.000.760.69   0.08
XYZ36.844820.95848.2343
Yxy20.95840.55790.3174
Hunter Lab45.780363.544221.3820
CIE-Lab52.903967.571734.2229

#eb3848 color RGB value is (235,56,72).

#eb3848 hex color red value is 235, green value is 56 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eb3848 hue: 0.99 , saturation: 0.82 and the lightness value of eb3848 is 0.57.

The process color (four color CMYK) of #eb3848 color hex is 0.00, 0.76, 0.69, 0.08. Web safe color of #eb3848 is #ff3333. Color #eb3848 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00111000 01001000
Octal 353 70 110
Decimal 235 56 72
Hex EB 38 48

RGB Percentages of Color #eb3848

%64.74
%15.43
%19.83

CMYK Percentages of Color #eb3848

%0
%76
%69
%8

Triadic Colors of #eb3848

#eb3848 #48eb38 #3848eb

Analogous Colors of #eb3848

#eb3848 #eb8238 #eb38a2

Monochromatic Colors of #eb3848

#eb3848

Complementary Color

#eb3848 #38ebdb

#eb3848 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb3848 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb3848 Color CSS Codes

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

#eb3848 Text Font Color

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

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


#eb3848 Background Color

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

This div background color is #eb3848


#eb3848 Border Color

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

This div border color is #eb3848


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb3848


Comments

No comments written yet.

Please login to write comment.