Color Hex Logo

#eb084d Color Hex

#EB084D
(235,8,77)
0 Favorites   0 Comments

Color spaces of #eb084d

RGB 235877
HSL0.950.930.48
HSV342°97°92°
CMYK 0.000.970.67   0.08
XYZ35.687318.37178.6863
Yxy18.37170.56880.2928
Hunter Lab42.862273.611117.9881
CIE-Lab49.943976.472227.5993

#eb084d color RGB value is (235,8,77).

#eb084d hex color red value is 235, green value is 8 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #eb084d hue: 0.95 , saturation: 0.93 and the lightness value of eb084d is 0.48.

The process color (four color CMYK) of #eb084d color hex is 0.00, 0.97, 0.67, 0.08. Web safe color of #eb084d is #ff0066. Color #eb084d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 00001000 01001101
Octal 353 10 115
Decimal 235 8 77
Hex EB 8 4D

RGB Percentages of Color #eb084d

%73.44
%2.50
%24.06

CMYK Percentages of Color #eb084d

%0
%97
%67
%8

Triadic Colors of #eb084d

#eb084d #4deb08 #084deb

Analogous Colors of #eb084d

#eb084d #eb3508 #eb08bf

Monochromatic Colors of #eb084d

#eb084d

Complementary Color

#eb084d #08eba6

#eb084d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb084d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb084d Color CSS Codes

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

#eb084d Text Font Color

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

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


#eb084d Background Color

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

This div background color is #eb084d


#eb084d Border Color

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

This div border color is #eb084d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb084d


Comments

No comments written yet.

Please login to write comment.