Color Hex Logo

#ed2b8c Color Hex

#ED2B8C
(237,43,140)
0 Favorites   0 Comments

Color spaces of #ed2b8c

RGB 23743140
HSL0.920.840.55
HSV330°82°93°
CMYK 0.000.820.41   0.07
XYZ40.522621.625726.8493
Yxy21.62570.45530.2430
Hunter Lab46.503474.1620-1.6794
CIE-Lab53.627676.2002-5.3688

#ed2b8c color RGB value is (237,43,140).

#ed2b8c hex color red value is 237, green value is 43 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ed2b8c hue: 0.92 , saturation: 0.84 and the lightness value of ed2b8c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00101011 10001100
Octal 355 53 214
Decimal 237 43 140
Hex ED 2B 8C

RGB Percentages of Color #ed2b8c

%56.43
%10.24
%33.33

CMYK Percentages of Color #ed2b8c

%0
%82
%41
%7

Triadic Colors of #ed2b8c

#ed2b8c #8ced2b #2b8ced

Analogous Colors of #ed2b8c

#ed2b8c #ed2b2b #ed2bed

Monochromatic Colors of #ed2b8c

#ed2b8c

Complementary Color

#ed2b8c #2bed8c

#ed2b8c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed2b8c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed2b8c Color CSS Codes

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

#ed2b8c Text Font Color

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

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


#ed2b8c Background Color

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

This div background color is #ed2b8c


#ed2b8c Border Color

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

This div border color is #ed2b8c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed2b8c


Comments

No comments written yet.

Please login to write comment.