Color Hex Logo

#fe35ef Color Hex

#FE35EF
(254,53,239)
0 Favorites   0 Comments

Color spaces of #fe35ef

RGB 25453239
HSL0.850.990.60
HSV304°79°100°
CMYK 0.000.790.06   0.00
XYZ57.726129.849084.3803
Yxy29.84900.33570.1736
Hunter Lab54.634292.9918-53.3270
CIE-Lab61.523789.2757-50.0446

#fe35ef color RGB value is (254,53,239).

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

The process color (four color CMYK) of #fe35ef color hex is 0.00, 0.79, 0.06, 0.00. Web safe color of #fe35ef is #ff33ff. Color #fe35ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 11101111
Octal 376 65 357
Decimal 254 53 239
Hex FE 35 EF

RGB Percentages of Color #fe35ef

%46.52
%9.71
%43.77

CMYK Percentages of Color #fe35ef

%0
%79
%6
%0

Triadic Colors of #fe35ef

#fe35ef #effe35 #35effe

Analogous Colors of #fe35ef

#fe35ef #fe358b #a935fe

Monochromatic Colors of #fe35ef

#fe35ef

Complementary Color

#fe35ef #35fe44

#fe35ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe35ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe35ef Color CSS Codes

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

#fe35ef Text Font Color

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

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


#fe35ef Background Color

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

This div background color is #fe35ef


#fe35ef Border Color

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

This div border color is #fe35ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe35ef


Comments

No comments written yet.

Please login to write comment.