Color Hex Logo

#ed41fc Color Hex

#ED41FC
(237,65,252)
0 Favorites   0 Comments

Color spaces of #ed41fc

RGB 23765252
HSL0.820.970.62
HSV295°74°99°
CMYK 0.060.740.00   0.01
XYZ54.386028.813494.7905
Yxy28.81340.30560.1619
Hunter Lab53.678186.9173-67.1259
CIE-Lab60.616684.8562-58.8723

#ed41fc color RGB value is (237,65,252).

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

The process color (four color CMYK) of #ed41fc color hex is 0.06, 0.74, 0.00, 0.01. Web safe color of #ed41fc is #ff33ff. Color #ed41fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 01000001 11111100
Octal 355 101 374
Decimal 237 65 252
Hex ED 41 FC

RGB Percentages of Color #ed41fc

%42.78
%11.73
%45.49

CMYK Percentages of Color #ed41fc

%6
%74
%0
%1

Triadic Colors of #ed41fc

#ed41fc #fced41 #41fced

Analogous Colors of #ed41fc

#ed41fc #fc41ae #9041fc

Monochromatic Colors of #ed41fc

#ed41fc

Complementary Color

#ed41fc #50fc41

#ed41fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed41fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed41fc Color CSS Codes

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

#ed41fc Text Font Color

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

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


#ed41fc Background Color

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

This div background color is #ed41fc


#ed41fc Border Color

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

This div border color is #ed41fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed41fc


Comments

No comments written yet.

Please login to write comment.