Color Hex Logo

#eb525d Color Hex

#EB525D
(235,82,93)
0 Favorites   0 Comments

Color spaces of #eb525d

RGB 2358293
HSL0.990.790.62
HSV356°65°92°
CMYK 0.000.650.60   0.08
XYZ39.254024.487113.0135
Yxy24.48710.51140.3190
Hunter Lab49.484454.999019.0469
CIE-Lab56.572259.539126.6082

#eb525d color RGB value is (235,82,93).

#eb525d hex color red value is 235, green value is 82 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #eb525d hue: 0.99 , saturation: 0.79 and the lightness value of eb525d is 0.62.

The process color (four color CMYK) of #eb525d color hex is 0.00, 0.65, 0.60, 0.08. Web safe color of #eb525d is #ff6666. Color #eb525d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 01010010 01011101
Octal 353 122 135
Decimal 235 82 93
Hex EB 52 5D

RGB Percentages of Color #eb525d

%57.32
%20.00
%22.68

CMYK Percentages of Color #eb525d

%0
%65
%60
%8

Triadic Colors of #eb525d

#eb525d #5deb52 #525deb

Analogous Colors of #eb525d

#eb525d #eb9452 #eb52aa

Monochromatic Colors of #eb525d

#eb525d

Complementary Color

#eb525d #52ebe0

#eb525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eb525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eb525d Color CSS Codes

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

#eb525d Text Font Color

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

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


#eb525d Background Color

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

This div background color is #eb525d


#eb525d Border Color

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

This div border color is #eb525d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eb525d


Comments

No comments written yet.

Please login to write comment.