Color Hex Logo

#ed05fc Color Hex

#ED05FC
(237,5,252)
0 Favorites   0 Comments

Color spaces of #ed05fc

RGB 2375252
HSL0.820.980.50
HSV296°98°99°
CMYK 0.060.980.00   0.01
XYZ52.550025.141394.1785
Yxy25.14130.30580.1463
Hunter Lab50.141199.3286-76.2638
CIE-Lab57.212894.8029-64.3290

#ed05fc color RGB value is (237,5,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 00000101 11111100
Octal 355 5 374
Decimal 237 5 252
Hex ED 5 FC

RGB Percentages of Color #ed05fc

%47.98
%1.01
%51.01

CMYK Percentages of Color #ed05fc

%6
%98
%0
%1

Triadic Colors of #ed05fc

#ed05fc #fced05 #05fced

Analogous Colors of #ed05fc

#ed05fc #fc0590 #7205fc

Monochromatic Colors of #ed05fc

#ed05fc

Complementary Color

#ed05fc #14fc05

#ed05fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed05fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed05fc Color CSS Codes

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

#ed05fc Text Font Color

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

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


#ed05fc Background Color

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

This div background color is #ed05fc


#ed05fc Border Color

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

This div border color is #ed05fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed05fc

Related Colors


Comments

No comments written yet.

Please login to write comment.