Color Hex Logo

#fe33ff Color Hex

#FE33FF
(254,51,255)
0 Favorites   0 Comments

Color spaces of #fe33ff

RGB 25451255
HSL0.831.000.60
HSV300°80°100°
CMYK 0.000.800.00   0.00
XYZ60.106930.658597.3574
Yxy30.65850.31950.1630
Hunter Lab55.370196.8725-65.4907
CIE-Lab62.218392.0248-57.8193

#fe33ff color RGB value is (254,51,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110011 11111111
Octal 376 63 377
Decimal 254 51 255
Hex FE 33 FF

RGB Percentages of Color #fe33ff

%45.36
%9.11
%45.54

CMYK Percentages of Color #fe33ff

%0
%80
%0
%0

Triadic Colors of #fe33ff

#fe33ff #fffe33 #33fffe

Analogous Colors of #fe33ff

#fe33ff #ff339a #9833ff

Monochromatic Colors of #fe33ff

#fe33ff

Complementary Color

#fe33ff #34ff33

#fe33ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe33ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe33ff Color CSS Codes

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

#fe33ff Text Font Color

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

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


#fe33ff Background Color

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

This div background color is #fe33ff


#fe33ff Border Color

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

This div border color is #fe33ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe33ff

Related Colors


Comments

No comments written yet.

Please login to write comment.