Color Hex Logo

#fe33ea Color Hex

#FE33EA
(254,51,234)
0 Favorites   0 Comments

Color spaces of #fe33ea

RGB 25451234
HSL0.850.990.60
HSV306°80°100°
CMYK 0.000.800.08   0.00
XYZ56.908229.379080.5132
Yxy29.37900.34120.1761
Hunter Lab54.202492.5566-50.1287
CIE-Lab61.114789.0295-47.8994

#fe33ea color RGB value is (254,51,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 11101010
Octal 376 63 352
Decimal 254 51 234
Hex FE 33 EA

RGB Percentages of Color #fe33ea

%47.12
%9.46
%43.41

CMYK Percentages of Color #fe33ea

%0
%80
%8
%0

Triadic Colors of #fe33ea

#fe33ea #eafe33 #33eafe

Analogous Colors of #fe33ea

#fe33ea #fe3385 #ad33fe

Monochromatic Colors of #fe33ea

#fe33ea

Complementary Color

#fe33ea #33fe47

#fe33ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe33ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe33ea Color CSS Codes

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

#fe33ea Text Font Color

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

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


#fe33ea Background Color

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

This div background color is #fe33ea


#fe33ea Border Color

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

This div border color is #fe33ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe33ea

Related Colors


Comments

No comments written yet.

Please login to write comment.