Color Hex Logo

#eb614b Color Hex

#EB614B
(235,97,75)
0 Favorites   0 Comments

Color spaces of #eb614b

RGB 2359775
HSL0.020.800.61
HSV68°92°
CMYK 0.000.590.68   0.08
XYZ39.805626.71969.7160
Yxy26.71960.52210.3505
Hunter Lab51.691046.997925.0394
CIE-Lab58.713952.043839.4441

#eb614b color RGB value is (235,97,75).

#eb614b hex color red value is 235, green value is 97 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eb614b hue: 0.02 , saturation: 0.80 and the lightness value of eb614b is 0.61.

The process color (four color CMYK) of #eb614b color hex is 0.00, 0.59, 0.68, 0.08. Web safe color of #eb614b is #ff6633. Color #eb614b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01100001 01001011
Octal 353 141 113
Decimal 235 97 75
Hex EB 61 4B

RGB Percentages of Color #eb614b

%57.74
%23.83
%18.43

CMYK Percentages of Color #eb614b

%0
%59
%68
%8

Triadic Colors of #eb614b

#eb614b #4beb61 #614beb

Analogous Colors of #eb614b

#eb614b #ebb14b #eb4b85

Monochromatic Colors of #eb614b

#eb614b

Complementary Color

#eb614b #4bd5eb

#eb614b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb614b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb614b Color CSS Codes

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

#eb614b Text Font Color

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

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


#eb614b Background Color

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

This div background color is #eb614b


#eb614b Border Color

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

This div border color is #eb614b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb614b


Comments

No comments written yet.

Please login to write comment.