Color Hex Logo

#ed5afe Color Hex

#ED5AFE
(237,90,254)
0 Favorites   0 Comments

Color spaces of #ed5afe

RGB 23790254
HSL0.820.990.67
HSV294°65°100°
CMYK 0.070.650.00   0.00
XYZ56.470632.472697.0574
Yxy32.47260.30360.1746
Hunter Lab56.984777.1662-61.0945
CIE-Lab63.731676.6668-55.0120

#ed5afe color RGB value is (237,90,254).

#ed5afe hex color red value is 237, green value is 90 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed5afe hue: 0.82 , saturation: 0.99 and the lightness value of ed5afe is 0.67.

The process color (four color CMYK) of #ed5afe color hex is 0.07, 0.65, 0.00, 0.00. Web safe color of #ed5afe is #ff66ff. Color #ed5afe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01011010 11111110
Octal 355 132 376
Decimal 237 90 254
Hex ED 5A FE

RGB Percentages of Color #ed5afe

%40.79
%15.49
%43.72

CMYK Percentages of Color #ed5afe

%7
%65
%0
%0

Triadic Colors of #ed5afe

#ed5afe #feed5a #5afeed

Analogous Colors of #ed5afe

#ed5afe #fe5abd #9b5afe

Monochromatic Colors of #ed5afe

#ed5afe

Complementary Color

#ed5afe #6bfe5a

#ed5afe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed5afe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed5afe Color CSS Codes

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

#ed5afe Text Font Color

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

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


#ed5afe Background Color

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

This div background color is #ed5afe


#ed5afe Border Color

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

This div border color is #ed5afe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed5afe

Related Colors


Comments

No comments written yet.

Please login to write comment.