Color Hex Logo

#ed276b Color Hex

#ED276B
(237,39,107)
0 Favorites   0 Comments

Color spaces of #ed276b

RGB 23739107
HSL0.940.850.54
HSV339°84°93°
CMYK 0.000.840.55   0.07
XYZ38.304420.517115.8512
Yxy20.51710.51300.2748
Hunter Lab45.295871.680910.9586
CIE-Lab52.416974.423012.7485

#ed276b color RGB value is (237,39,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 01101011
Octal 355 47 153
Decimal 237 39 107
Hex ED 27 6B

RGB Percentages of Color #ed276b

%61.88
%10.18
%27.94

CMYK Percentages of Color #ed276b

%0
%84
%55
%7

Triadic Colors of #ed276b

#ed276b #6bed27 #276bed

Analogous Colors of #ed276b

#ed276b #ed4627 #ed27ce

Monochromatic Colors of #ed276b

#ed276b

Complementary Color

#ed276b #27eda9

#ed276b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed276b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed276b Color CSS Codes

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

#ed276b Text Font Color

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

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


#ed276b Background Color

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

This div background color is #ed276b


#ed276b Border Color

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

This div border color is #ed276b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed276b


Comments

No comments written yet.

Please login to write comment.