Color Hex Logo

#fe35ea Color Hex

#FE35EA
(254,53,234)
0 Favorites   0 Comments

Color spaces of #fe35ea

RGB 25453234
HSL0.850.990.60
HSV306°79°100°
CMYK 0.000.790.08   0.00
XYZ56.997429.557580.5430
Yxy29.55750.34110.1769
Hunter Lab54.366891.9950-49.7798
CIE-Lab61.270588.5778-47.6530

#fe35ea color RGB value is (254,53,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110101 11101010
Octal 376 65 352
Decimal 254 53 234
Hex FE 35 EA

RGB Percentages of Color #fe35ea

%46.95
%9.80
%43.25

CMYK Percentages of Color #fe35ea

%0
%79
%8
%0

Triadic Colors of #fe35ea

#fe35ea #eafe35 #35eafe

Analogous Colors of #fe35ea

#fe35ea #fe3586 #ae35fe

Monochromatic Colors of #fe35ea

#fe35ea

Complementary Color

#fe35ea #35fe49

#fe35ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe35ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe35ea Color CSS Codes

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

#fe35ea Text Font Color

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

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


#fe35ea Background Color

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

This div background color is #fe35ea


#fe35ea Border Color

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

This div border color is #fe35ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe35ea

Related Colors


Comments

No comments written yet.

Please login to write comment.