Color Hex Logo

#fe30ec Color Hex

#FE30EC
(254,48,236)
0 Favorites   0 Comments

Color spaces of #fe30ec

RGB 25448236
HSL0.850.990.59
HSV305°81°100°
CMYK 0.000.810.07   0.00
XYZ57.070329.240981.9930
Yxy29.24090.33910.1737
Hunter Lab54.074993.7569-52.0483
CIE-Lab60.993689.9509-49.2094

#fe30ec color RGB value is (254,48,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110000 11101100
Octal 376 60 354
Decimal 254 48 236
Hex FE 30 EC

RGB Percentages of Color #fe30ec

%47.21
%8.92
%43.87

CMYK Percentages of Color #fe30ec

%0
%81
%7
%0

Triadic Colors of #fe30ec

#fe30ec #ecfe30 #30ecfe

Analogous Colors of #fe30ec

#fe30ec #fe3085 #a930fe

Monochromatic Colors of #fe30ec

#fe30ec

Complementary Color

#fe30ec #30fe42

#fe30ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe30ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe30ec Color CSS Codes

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

#fe30ec Text Font Color

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

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


#fe30ec Background Color

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

This div background color is #fe30ec


#fe30ec Border Color

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

This div border color is #fe30ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe30ec

Related Colors


Comments

No comments written yet.

Please login to write comment.