Color Hex Logo

#fe30ff Color Hex

#FE30FF
(254,48,255)
0 Favorites   0 Comments

Color spaces of #fe30ff

RGB 25448255
HSL0.831.000.59
HSV300°81°100°
CMYK 0.000.810.00   0.00
XYZ59.980030.404797.3151
Yxy30.40470.31960.1620
Hunter Lab55.140597.6707-66.0401
CIE-Lab62.001892.6555-58.1645

#fe30ff color RGB value is (254,48,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 11111111
Octal 376 60 377
Decimal 254 48 255
Hex FE 30 FF

RGB Percentages of Color #fe30ff

%45.60
%8.62
%45.78

CMYK Percentages of Color #fe30ff

%0
%81
%0
%0

Triadic Colors of #fe30ff

#fe30ff #fffe30 #30fffe

Analogous Colors of #fe30ff

#fe30ff #ff3099 #9730ff

Monochromatic Colors of #fe30ff

#fe30ff

Complementary Color

#fe30ff #31ff30

#fe30ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe30ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe30ff Color CSS Codes

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

#fe30ff Text Font Color

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

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


#fe30ff Background Color

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

This div background color is #fe30ff


#fe30ff Border Color

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

This div border color is #fe30ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe30ff

Related Colors


Comments

No comments written yet.

Please login to write comment.