Color Hex Logo

#ed278b Color Hex

#ED278B
(237,39,139)
0 Favorites   0 Comments

Color spaces of #ed278b

RGB 23739139
HSL0.920.850.54
HSV330°84°93°
CMYK 0.000.840.41   0.07
XYZ40.310821.319626.4166
Yxy21.31960.45780.2421
Hunter Lab46.173275.0338-1.5998
CIE-Lab53.297576.9662-5.2605

#ed278b color RGB value is (237,39,139).

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

The process color (four color CMYK) of #ed278b color hex is 0.00, 0.84, 0.41, 0.07. Web safe color of #ed278b is #ff3399. Color #ed278b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100111 10001011
Octal 355 47 213
Decimal 237 39 139
Hex ED 27 8B

RGB Percentages of Color #ed278b

%57.11
%9.40
%33.49

CMYK Percentages of Color #ed278b

%0
%84
%41
%7

Triadic Colors of #ed278b

#ed278b #8bed27 #278bed

Analogous Colors of #ed278b

#ed278b #ed2728 #ec27ed

Monochromatic Colors of #ed278b

#ed278b

Complementary Color

#ed278b #27ed89

#ed278b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed278b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed278b Color CSS Codes

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

#ed278b Text Font Color

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

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


#ed278b Background Color

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

This div background color is #ed278b


#ed278b Border Color

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

This div border color is #ed278b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed278b


Comments

No comments written yet.

Please login to write comment.