Color Hex Logo

#eb343c Color Hex

#EB343C
(235,52,60)
0 Favorites   0 Comments

Color spaces of #eb343c

RGB 2355260
HSL0.990.820.56
HSV357°78°92°
CMYK 0.000.780.74   0.08
XYZ36.304620.44446.3077
Yxy20.44440.57570.3242
Hunter Lab45.215564.194823.3797
CIE-Lab52.336068.229340.4338

#eb343c color RGB value is (235,52,60).

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

The process color (four color CMYK) of #eb343c color hex is 0.00, 0.78, 0.74, 0.08. Web safe color of #eb343c is #ff3333. Color #eb343c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00110100 00111100
Octal 353 64 74
Decimal 235 52 60
Hex EB 34 3C

RGB Percentages of Color #eb343c

%67.72
%14.99
%17.29

CMYK Percentages of Color #eb343c

%0
%78
%74
%8

Triadic Colors of #eb343c

#eb343c #3ceb34 #343ceb

Analogous Colors of #eb343c

#eb343c #eb8834 #eb3498

Monochromatic Colors of #eb343c

#eb343c

Complementary Color

#eb343c #34ebe3

#eb343c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb343c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb343c Color CSS Codes

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

#eb343c Text Font Color

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

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


#eb343c Background Color

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

This div background color is #eb343c


#eb343c Border Color

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

This div border color is #eb343c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb343c


Comments

No comments written yet.

Please login to write comment.