Color Hex Logo

#ed0afc Color Hex

#ED0AFC
(237,10,252)
0 Favorites   0 Comments

Color spaces of #ed0afc

RGB 23710252
HSL0.820.980.51
HSV296°96°99°
CMYK 0.060.960.00   0.01
XYZ52.604325.249994.1966
Yxy25.24990.30570.1468
Hunter Lab50.249398.9295-75.9697
CIE-Lab57.318194.4905-64.1597

#ed0afc color RGB value is (237,10,252).

#ed0afc hex color red value is 237, green value is 10 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ed0afc hue: 0.82 , saturation: 0.98 and the lightness value of ed0afc is 0.51.

The process color (four color CMYK) of #ed0afc color hex is 0.06, 0.96, 0.00, 0.01. Web safe color of #ed0afc is #ff00ff. Color #ed0afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00001010 11111100
Octal 355 12 374
Decimal 237 10 252
Hex ED A FC

RGB Percentages of Color #ed0afc

%47.49
%2.00
%50.50

CMYK Percentages of Color #ed0afc

%6
%96
%0
%1

Triadic Colors of #ed0afc

#ed0afc #fced0a #0afced

Analogous Colors of #ed0afc

#ed0afc #fc0a92 #740afc

Monochromatic Colors of #ed0afc

#ed0afc

Complementary Color

#ed0afc #19fc0a

#ed0afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed0afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed0afc Color CSS Codes

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

#ed0afc Text Font Color

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

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


#ed0afc Background Color

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

This div background color is #ed0afc


#ed0afc Border Color

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

This div border color is #ed0afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed0afc


Comments

No comments written yet.

Please login to write comment.