Color Hex Logo

#ed35fe Color Hex

#ED35FE
(237,53,254)
0 Favorites   0 Comments

Color spaces of #ed35fe

RGB 23753254
HSL0.820.990.60
HSV295°79°100°
CMYK 0.070.790.00   0.00
XYZ54.087527.706596.2631
Yxy27.70650.30380.1556
Hunter Lab52.637091.3043-71.5844
CIE-Lab59.622688.3797-61.5699

#ed35fe color RGB value is (237,53,254).

#ed35fe hex color red value is 237, green value is 53 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ed35fe hue: 0.82 , saturation: 0.99 and the lightness value of ed35fe is 0.60.

The process color (four color CMYK) of #ed35fe color hex is 0.07, 0.79, 0.00, 0.00. Web safe color of #ed35fe is #ff33ff. Color #ed35fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 00110101 11111110
Octal 355 65 376
Decimal 237 53 254
Hex ED 35 FE

RGB Percentages of Color #ed35fe

%43.57
%9.74
%46.69

CMYK Percentages of Color #ed35fe

%7
%79
%0
%0

Triadic Colors of #ed35fe

#ed35fe #feed35 #35feed

Analogous Colors of #ed35fe

#ed35fe #fe35ab #8935fe

Monochromatic Colors of #ed35fe

#ed35fe

Complementary Color

#ed35fe #46fe35

#ed35fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ed35fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ed35fe Color CSS Codes

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

#ed35fe Text Font Color

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

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


#ed35fe Background Color

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

This div background color is #ed35fe


#ed35fe Border Color

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

This div border color is #ed35fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ed35fe


Comments

No comments written yet.

Please login to write comment.