Color Hex Logo

#ed62fa Color Hex

#ED62FA
(237,98,250)
0 Favorites   0 Comments

Color spaces of #ed62fa

RGB 23798250
HSL0.820.940.68
HSV295°61°98°
CMYK 0.050.610.00   0.02
XYZ56.548133.642093.9556
Yxy33.64200.30710.1827
Hunter Lab58.001772.5235-55.4412
CIE-Lab64.677472.7821-51.3086

#ed62fa color RGB value is (237,98,250).

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

The process color (four color CMYK) of #ed62fa color hex is 0.05, 0.61, 0.00, 0.02. Web safe color of #ed62fa is #ff66ff. Color #ed62fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01100010 11111010
Octal 355 142 372
Decimal 237 98 250
Hex ED 62 FA

RGB Percentages of Color #ed62fa

%40.51
%16.75
%42.74

CMYK Percentages of Color #ed62fa

%5
%61
%0
%2

Triadic Colors of #ed62fa

#ed62fa #faed62 #62faed

Analogous Colors of #ed62fa

#ed62fa #fa62bb #a162fa

Monochromatic Colors of #ed62fa

#ed62fa

Complementary Color

#ed62fa #6ffa62

#ed62fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed62fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed62fa Color CSS Codes

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

#ed62fa Text Font Color

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

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


#ed62fa Background Color

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

This div background color is #ed62fa


#ed62fa Border Color

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

This div border color is #ed62fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed62fa


Comments

No comments written yet.

Please login to write comment.