Color Hex Logo

#ec525d Color Hex

#EC525D
(236,82,93)
0 Favorites   0 Comments

Color spaces of #ec525d

RGB 2368293
HSL0.990.800.62
HSV356°65°93°
CMYK 0.000.650.61   0.07
XYZ39.585124.657813.0290
Yxy24.65780.51230.3191
Hunter Lab49.656655.397019.2030
CIE-Lab56.740559.857926.8592

#ec525d color RGB value is (236,82,93).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 01010010 01011101
Octal 354 122 135
Decimal 236 82 93
Hex EC 52 5D

RGB Percentages of Color #ec525d

%57.42
%19.95
%22.63

CMYK Percentages of Color #ec525d

%0
%65
%61
%7

Triadic Colors of #ec525d

#ec525d #5dec52 #525dec

Analogous Colors of #ec525d

#ec525d #ec9452 #ec52aa

Monochromatic Colors of #ec525d

#ec525d

Complementary Color

#ec525d #52ece1

#ec525d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec525d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec525d Color CSS Codes

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

#ec525d Text Font Color

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

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


#ec525d Background Color

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

This div background color is #ec525d


#ec525d Border Color

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

This div border color is #ec525d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec525d


Comments

No comments written yet.

Please login to write comment.