Color Hex Logo

#ed286b Color Hex

#ED286B
(237,40,107)
0 Favorites   0 Comments

Color spaces of #ed286b

RGB 23740107
HSL0.940.850.54
HSV340°83°93°
CMYK 0.000.830.55   0.07
XYZ38.337720.583615.8623
Yxy20.58360.51260.2752
Hunter Lab45.369271.439511.0290
CIE-Lab52.490774.211712.8512

#ed286b color RGB value is (237,40,107).

#ed286b hex color red value is 237, green value is 40 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ed286b hue: 0.94 , saturation: 0.85 and the lightness value of ed286b is 0.54.

The process color (four color CMYK) of #ed286b color hex is 0.00, 0.83, 0.55, 0.07. Web safe color of #ed286b is #ff3366. Color #ed286b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101000 01101011
Octal 355 50 153
Decimal 237 40 107
Hex ED 28 6B

RGB Percentages of Color #ed286b

%61.72
%10.42
%27.86

CMYK Percentages of Color #ed286b

%0
%83
%55
%7

Triadic Colors of #ed286b

#ed286b #6bed28 #286bed

Analogous Colors of #ed286b

#ed286b #ed4728 #ed28ce

Monochromatic Colors of #ed286b

#ed286b

Complementary Color

#ed286b #28edaa

#ed286b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed286b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed286b Color CSS Codes

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

#ed286b Text Font Color

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

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


#ed286b Background Color

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

This div background color is #ed286b


#ed286b Border Color

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

This div border color is #ed286b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed286b


Comments

No comments written yet.

Please login to write comment.