Color Hex Logo

#fe2af8 Color Hex

#FE2AF8
(254,42,248)
0 Favorites   0 Comments

Color spaces of #fe2af8

RGB 25442248
HSL0.840.990.58
HSV302°83°100°
CMYK 0.000.830.02   0.00
XYZ58.644329.504191.4109
Yxy29.50410.32660.1643
Hunter Lab54.317797.6623-61.7564
CIE-Lab61.224092.8010-55.5280

#fe2af8 color RGB value is (254,42,248).

#fe2af8 hex color red value is 254, green value is 42 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #fe2af8 hue: 0.84 , saturation: 0.99 and the lightness value of fe2af8 is 0.58.

The process color (four color CMYK) of #fe2af8 color hex is 0.00, 0.83, 0.02, 0.00. Web safe color of #fe2af8 is #ff33ff. Color #fe2af8 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101010 11111000
Octal 376 52 370
Decimal 254 42 248
Hex FE 2A F8

RGB Percentages of Color #fe2af8

%46.69
%7.72
%45.59

CMYK Percentages of Color #fe2af8

%0
%83
%2
%0

Triadic Colors of #fe2af8

#fe2af8 #f8fe2a #2af8fe

Analogous Colors of #fe2af8

#fe2af8 #fe2a8e #9a2afe

Monochromatic Colors of #fe2af8

#fe2af8

Complementary Color

#fe2af8 #2afe30

#fe2af8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2af8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2af8 Color CSS Codes

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

#fe2af8 Text Font Color

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

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


#fe2af8 Background Color

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

This div background color is #fe2af8


#fe2af8 Border Color

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

This div border color is #fe2af8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2af8

Related Colors


Comments

No comments written yet.

Please login to write comment.