Color Hex Logo

#ed69fe Color Hex

#ED69FE
(237,105,254)
0 Favorites   0 Comments

Color spaces of #ed69fe

RGB 237105254
HSL0.810.990.70
HSV293°59°100°
CMYK 0.070.590.00   0.00
XYZ57.866035.263497.5226
Yxy35.26340.30350.1850
Hunter Lab59.383070.0198-55.8018
CIE-Lab65.953270.5248-51.4886

#ed69fe color RGB value is (237,105,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 01101001 11111110
Octal 355 151 376
Decimal 237 105 254
Hex ED 69 FE

RGB Percentages of Color #ed69fe

%39.77
%17.62
%42.62

CMYK Percentages of Color #ed69fe

%7
%59
%0
%0

Triadic Colors of #ed69fe

#ed69fe #feed69 #69feed

Analogous Colors of #ed69fe

#ed69fe #fe69c5 #a369fe

Monochromatic Colors of #ed69fe

#ed69fe

Complementary Color

#ed69fe #7afe69

#ed69fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed69fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed69fe Color CSS Codes

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

#ed69fe Text Font Color

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

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


#ed69fe Background Color

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

This div background color is #ed69fe


#ed69fe Border Color

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

This div border color is #ed69fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed69fe


Comments

No comments written yet.

Please login to write comment.