Color Hex Logo

#ed9eff Color Hex

#ED9EFF
(237,158,255)
0 Favorites   0 Comments

Color spaces of #ed9eff

RGB 237158255
HSL0.801.000.81
HSV289°38°100°
CMYK 0.070.380.00   0.00
XYZ65.201949.6782100.7601
Yxy49.67820.30240.2304
Hunter Lab70.482841.7812-35.4213
CIE-Lab75.871344.9745-36.4986

#ed9eff color RGB value is (237,158,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10011110 11111111
Octal 355 236 377
Decimal 237 158 255
Hex ED 9E FF

RGB Percentages of Color #ed9eff

%36.46
%24.31
%39.23

CMYK Percentages of Color #ed9eff

%7
%38
%0
%0

Triadic Colors of #ed9eff

#ed9eff #ffed9e #9effed

Analogous Colors of #ed9eff

#ed9eff #ff9ee1 #bd9eff

Monochromatic Colors of #ed9eff

#ed9eff

Complementary Color

#ed9eff #b0ff9e

#ed9eff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed9eff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed9eff Color CSS Codes

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

#ed9eff Text Font Color

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

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


#ed9eff Background Color

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

This div background color is #ed9eff


#ed9eff Border Color

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

This div border color is #ed9eff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed9eff

Related Colors


Comments

No comments written yet.

Please login to write comment.