Color Hex Logo

#eb164b Color Hex

#EB164B
(235,22,75)
0 Favorites   0 Comments

Color spaces of #eb164b

RGB 2352275
HSL0.960.840.50
HSV345°91°92°
CMYK 0.000.910.68   0.08
XYZ35.817918.74408.3867
Yxy18.74400.56900.2978
Hunter Lab43.294371.910018.8208
CIE-Lab50.386375.004429.3636

#eb164b color RGB value is (235,22,75).

#eb164b hex color red value is 235, green value is 22 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #eb164b hue: 0.96 , saturation: 0.84 and the lightness value of eb164b is 0.50.

The process color (four color CMYK) of #eb164b color hex is 0.00, 0.91, 0.68, 0.08. Web safe color of #eb164b is #ff0033. Color #eb164b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00010110 01001011
Octal 353 26 113
Decimal 235 22 75
Hex EB 16 4B

RGB Percentages of Color #eb164b

%70.78
%6.63
%22.59

CMYK Percentages of Color #eb164b

%0
%91
%68
%8

Triadic Colors of #eb164b

#eb164b #4beb16 #164beb

Analogous Colors of #eb164b

#eb164b #eb4c16 #eb16b6

Monochromatic Colors of #eb164b

#eb164b

Complementary Color

#eb164b #16ebb6

#eb164b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb164b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb164b Color CSS Codes

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

#eb164b Text Font Color

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

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


#eb164b Background Color

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

This div background color is #eb164b


#eb164b Border Color

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

This div border color is #eb164b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,22,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 #eb164b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb164b


Comments

No comments written yet.

Please login to write comment.