Color Hex Logo

#ed088b Color Hex

#ED088B
(237,8,139)
0 Favorites   0 Comments

Color spaces of #ed088b

RGB 2378139
HSL0.900.930.48
HSV326°97°93°
CMYK 0.000.970.41   0.07
XYZ39.672120.042326.2037
Yxy20.04230.46170.2333
Hunter Lab44.768679.8342-3.3652
CIE-Lab51.885081.0600-7.3599

#ed088b color RGB value is (237,8,139).

#ed088b hex color red value is 237, green value is 8 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ed088b hue: 0.90 , saturation: 0.93 and the lightness value of ed088b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001000 10001011
Octal 355 10 213
Decimal 237 8 139
Hex ED 8 8B

RGB Percentages of Color #ed088b

%61.72
%2.08
%36.20

CMYK Percentages of Color #ed088b

%0
%97
%41
%7

Triadic Colors of #ed088b

#ed088b #8bed08 #088bed

Analogous Colors of #ed088b

#ed088b #ed0818 #dd08ed

Monochromatic Colors of #ed088b

#ed088b

Complementary Color

#ed088b #08ed6a

#ed088b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed088b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed088b Color CSS Codes

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

#ed088b Text Font Color

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

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


#ed088b Background Color

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

This div background color is #ed088b


#ed088b Border Color

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

This div border color is #ed088b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed088b


Comments

No comments written yet.

Please login to write comment.