Color Hex Logo

#ed15fa Color Hex

#ED15FA
(237,21,250)
0 Favorites   0 Comments

Color spaces of #ed15fa

RGB 23721250
HSL0.820.960.53
HSV297°92°98°
CMYK 0.050.920.00   0.02
XYZ52.448525.443092.5891
Yxy25.44300.30770.1492
Hunter Lab50.441197.3321-73.5234
CIE-Lab57.504593.2813-62.7480

#ed15fa color RGB value is (237,21,250).

#ed15fa hex color red value is 237, green value is 21 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ed15fa hue: 0.82 , saturation: 0.96 and the lightness value of ed15fa is 0.53.

The process color (four color CMYK) of #ed15fa color hex is 0.05, 0.92, 0.00, 0.02. Web safe color of #ed15fa is #ff00ff. Color #ed15fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00010101 11111010
Octal 355 25 372
Decimal 237 21 250
Hex ED 15 FA

RGB Percentages of Color #ed15fa

%46.65
%4.13
%49.21

CMYK Percentages of Color #ed15fa

%5
%92
%0
%2

Triadic Colors of #ed15fa

#ed15fa #faed15 #15faed

Analogous Colors of #ed15fa

#ed15fa #fa1595 #7b15fa

Monochromatic Colors of #ed15fa

#ed15fa

Complementary Color

#ed15fa #22fa15

#ed15fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed15fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed15fa Color CSS Codes

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

#ed15fa Text Font Color

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

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


#ed15fa Background Color

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

This div background color is #ed15fa


#ed15fa Border Color

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

This div border color is #ed15fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed15fa


Comments

No comments written yet.

Please login to write comment.