Color Hex Logo

#ed487b Color Hex

#ED487B
(237,72,123)
0 Favorites   0 Comments

Color spaces of #ed487b

RGB 23772123
HSL0.950.820.61
HSV341°70°93°
CMYK 0.000.700.48   0.07
XYZ40.817624.069321.2334
Yxy24.06930.47400.2795
Hunter Lab49.060562.65368.6816
CIE-Lab56.157166.20818.4288

#ed487b color RGB value is (237,72,123).

#ed487b hex color red value is 237, green value is 72 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #ed487b hue: 0.95 , saturation: 0.82 and the lightness value of ed487b is 0.61.

The process color (four color CMYK) of #ed487b color hex is 0.00, 0.70, 0.48, 0.07. Web safe color of #ed487b is #ff3366. Color #ed487b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01001000 01111011
Octal 355 110 173
Decimal 237 72 123
Hex ED 48 7B

RGB Percentages of Color #ed487b

%54.86
%16.67
%28.47

CMYK Percentages of Color #ed487b

%0
%70
%48
%7

Triadic Colors of #ed487b

#ed487b #7bed48 #487bed

Analogous Colors of #ed487b

#ed487b #ed6848 #ed48ce

Monochromatic Colors of #ed487b

#ed487b

Complementary Color

#ed487b #48edba

#ed487b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed487b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed487b Color CSS Codes

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

#ed487b Text Font Color

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

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


#ed487b Background Color

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

This div background color is #ed487b


#ed487b Border Color

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

This div border color is #ed487b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed487b


Comments

No comments written yet.

Please login to write comment.