Color Hex Logo

#eb825d Color Hex

#EB825D
(235,130,93)
0 Favorites   0 Comments

Color spaces of #eb825d

RGB 23513093
HSL0.040.780.64
HSV16°60°92°
CMYK 0.000.450.60   0.08
XYZ44.219434.417714.6686
Yxy34.41770.47390.3689
Hunter Lab58.666631.876226.2421
CIE-Lab65.292837.031537.6327

#eb825d color RGB value is (235,130,93).

#eb825d hex color red value is 235, green value is 130 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eb825d hue: 0.04 , saturation: 0.78 and the lightness value of eb825d is 0.64.

The process color (four color CMYK) of #eb825d color hex is 0.00, 0.45, 0.60, 0.08. Web safe color of #eb825d is #ff9966. Color #eb825d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10000010 01011101
Octal 353 202 135
Decimal 235 130 93
Hex EB 82 5D

RGB Percentages of Color #eb825d

%51.31
%28.38
%20.31

CMYK Percentages of Color #eb825d

%0
%45
%60
%8

Triadic Colors of #eb825d

#eb825d #5deb82 #825deb

Analogous Colors of #eb825d

#eb825d #ebc95d #eb5d7f

Monochromatic Colors of #eb825d

#eb825d

Complementary Color

#eb825d #5dc6eb

#eb825d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb825d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb825d Color CSS Codes

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

#eb825d Text Font Color

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

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


#eb825d Background Color

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

This div background color is #eb825d


#eb825d Border Color

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

This div border color is #eb825d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb825d


Comments

No comments written yet.

Please login to write comment.