Color Hex Logo

#ed525b Color Hex

#ED525B
(237,82,91)
0 Favorites   0 Comments

Color spaces of #ed525b

RGB 2378291
HSL0.990.810.63
HSV357°65°93°
CMYK 0.000.650.62   0.07
XYZ39.830724.794412.5840
Yxy24.79440.51590.3211
Hunter Lab49.794055.644519.8719
CIE-Lab56.874560.050628.2255

#ed525b color RGB value is (237,82,91).

#ed525b hex color red value is 237, green value is 82 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #ed525b hue: 0.99 , saturation: 0.81 and the lightness value of ed525b is 0.63.

The process color (four color CMYK) of #ed525b color hex is 0.00, 0.65, 0.62, 0.07. Web safe color of #ed525b is #ff6666. Color #ed525b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01010010 01011011
Octal 355 122 133
Decimal 237 82 91
Hex ED 52 5B

RGB Percentages of Color #ed525b

%57.80
%20.00
%22.20

CMYK Percentages of Color #ed525b

%0
%65
%62
%7

Triadic Colors of #ed525b

#ed525b #5bed52 #525bed

Analogous Colors of #ed525b

#ed525b #ed9752 #ed52a9

Monochromatic Colors of #ed525b

#ed525b

Complementary Color

#ed525b #52ede4

#ed525b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed525b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed525b Color CSS Codes

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

#ed525b Text Font Color

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

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


#ed525b Background Color

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

This div background color is #ed525b


#ed525b Border Color

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

This div border color is #ed525b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,82,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed525b


Comments

No comments written yet.

Please login to write comment.