Color Hex Logo

#ed9aff Color Hex

#ED9AFF
(237,154,255)
0 Favorites   0 Comments

Color spaces of #ed9aff

RGB 237154255
HSL0.801.000.80
HSV289°40°100°
CMYK 0.070.400.00   0.00
XYZ64.530748.3357100.5363
Yxy48.33570.30240.2265
Hunter Lab69.523944.0134-37.0707
CIE-Lab75.036247.0559-37.7941

#ed9aff color RGB value is (237,154,255).

#ed9aff hex color red value is 237, green value is 154 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ed9aff hue: 0.80 , saturation: 1.00 and the lightness value of ed9aff is 0.80.

The process color (four color CMYK) of #ed9aff color hex is 0.07, 0.40, 0.00, 0.00. Web safe color of #ed9aff is #ff99ff. Color #ed9aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011010 11111111
Octal 355 232 377
Decimal 237 154 255
Hex ED 9A FF

RGB Percentages of Color #ed9aff

%36.69
%23.84
%39.47

CMYK Percentages of Color #ed9aff

%7
%40
%0
%0

Triadic Colors of #ed9aff

#ed9aff #ffed9a #9affed

Analogous Colors of #ed9aff

#ed9aff #ff9adf #bb9aff

Monochromatic Colors of #ed9aff

#ed9aff

Complementary Color

#ed9aff #acff9a

#ed9aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9aff Color CSS Codes

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

#ed9aff Text Font Color

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

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


#ed9aff Background Color

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

This div background color is #ed9aff


#ed9aff Border Color

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

This div border color is #ed9aff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9aff


Comments

No comments written yet.

Please login to write comment.