Color Hex Logo

#ed168b Color Hex

#ED168B
(237,22,139)
1 Favorites   0 Comments

Color spaces of #ed168b

RGB 23722139
HSL0.910.860.51
HSV327°91°93°
CMYK 0.000.910.41   0.07
XYZ39.872220.442426.2704
Yxy20.44240.46050.2361
Hunter Lab45.213378.2905-2.8002
CIE-Lab52.333879.7529-6.6916

#ed168b color RGB value is (237,22,139).

#ed168b hex color red value is 237, green value is 22 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ed168b hue: 0.91 , saturation: 0.86 and the lightness value of ed168b is 0.51.

The process color (four color CMYK) of #ed168b color hex is 0.00, 0.91, 0.41, 0.07. Web safe color of #ed168b is #ff0099. Color #ed168b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010110 10001011
Octal 355 26 213
Decimal 237 22 139
Hex ED 16 8B

RGB Percentages of Color #ed168b

%59.55
%5.53
%34.92

CMYK Percentages of Color #ed168b

%0
%91
%41
%7

Triadic Colors of #ed168b

#ed168b #8bed16 #168bed

Analogous Colors of #ed168b

#ed168b #ed1620 #e416ed

Monochromatic Colors of #ed168b

#ed168b

Complementary Color

#ed168b #16ed78

#ed168b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed168b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed168b Color CSS Codes

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

#ed168b Text Font Color

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

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


#ed168b Background Color

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

This div background color is #ed168b


#ed168b Border Color

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

This div border color is #ed168b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed168b


Comments

No comments written yet.

Please login to write comment.