Color Hex Logo

#ed219b Color Hex

#ED219B
(237,33,155)
0 Favorites   0 Comments

Color spaces of #ed219b

RGB 23733155
HSL0.900.850.53
HSV324°86°93°
CMYK 0.000.860.35   0.07
XYZ41.385321.458832.9711
Yxy21.45880.43190.2240
Hunter Lab46.323678.4046-9.7734
CIE-Lab53.448079.6261-14.5657

#ed219b color RGB value is (237,33,155).

#ed219b hex color red value is 237, green value is 33 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ed219b hue: 0.90 , saturation: 0.85 and the lightness value of ed219b is 0.53.

The process color (four color CMYK) of #ed219b color hex is 0.00, 0.86, 0.35, 0.07. Web safe color of #ed219b is #ff3399. Color #ed219b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00100001 10011011
Octal 355 41 233
Decimal 237 33 155
Hex ED 21 9B

RGB Percentages of Color #ed219b

%55.76
%7.76
%36.47

CMYK Percentages of Color #ed219b

%0
%86
%35
%7

Triadic Colors of #ed219b

#ed219b #9bed21 #219bed

Analogous Colors of #ed219b

#ed219b #ed2135 #d921ed

Monochromatic Colors of #ed219b

#ed219b

Complementary Color

#ed219b #21ed73

#ed219b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed219b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed219b Color CSS Codes

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

#ed219b Text Font Color

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

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


#ed219b Background Color

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

This div background color is #ed219b


#ed219b Border Color

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

This div border color is #ed219b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed219b


Comments

No comments written yet.

Please login to write comment.