Color Hex Logo

#ed9dfb Color Hex

#ED9DFB
(237,157,251)
0 Favorites   0 Comments

Color spaces of #ed9dfb

RGB 237157251
HSL0.810.920.80
HSV291°37°98°
CMYK 0.060.370.00   0.02
XYZ64.394649.083597.3469
Yxy49.08350.30540.2328
Hunter Lab70.059641.4622-33.3409
CIE-Lab75.503244.7335-34.9072

#ed9dfb color RGB value is (237,157,251).

#ed9dfb hex color red value is 237, green value is 157 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #ed9dfb hue: 0.81 , saturation: 0.92 and the lightness value of ed9dfb is 0.80.

The process color (four color CMYK) of #ed9dfb color hex is 0.06, 0.37, 0.00, 0.02. Web safe color of #ed9dfb is #ff99ff. Color #ed9dfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011101 11111011
Octal 355 235 373
Decimal 237 157 251
Hex ED 9D FB

RGB Percentages of Color #ed9dfb

%36.74
%24.34
%38.91

CMYK Percentages of Color #ed9dfb

%6
%37
%0
%2

Triadic Colors of #ed9dfb

#ed9dfb #fbed9d #9dfbed

Analogous Colors of #ed9dfb

#ed9dfb #fb9dda #be9dfb

Monochromatic Colors of #ed9dfb

#ed9dfb

Complementary Color

#ed9dfb #abfb9d

#ed9dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9dfb Color CSS Codes

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

#ed9dfb Text Font Color

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

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


#ed9dfb Background Color

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

This div background color is #ed9dfb


#ed9dfb Border Color

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

This div border color is #ed9dfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9dfb

Related Colors


Comments

No comments written yet.

Please login to write comment.