Color Hex Logo

#fe2feb Color Hex

#FE2FEB
(254,47,235)
0 Favorites   0 Comments

Color spaces of #fe2feb

RGB 25447235
HSL0.850.990.59
HSV306°81°100°
CMYK 0.000.810.07   0.00
XYZ56.885029.102081.2163
Yxy29.10200.34020.1741
Hunter Lab53.946393.8178-51.4989
CIE-Lab60.871590.0202-48.8435

#fe2feb color RGB value is (254,47,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00101111 11101011
Octal 376 57 353
Decimal 254 47 235
Hex FE 2F EB

RGB Percentages of Color #fe2feb

%47.39
%8.77
%43.84

CMYK Percentages of Color #fe2feb

%0
%81
%7
%0

Triadic Colors of #fe2feb

#fe2feb #ebfe2f #2febfe

Analogous Colors of #fe2feb

#fe2feb #fe2f84 #aa2ffe

Monochromatic Colors of #fe2feb

#fe2feb

Complementary Color

#fe2feb #2ffe42

#fe2feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe2feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe2feb Color CSS Codes

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

#fe2feb Text Font Color

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

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


#fe2feb Background Color

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

This div background color is #fe2feb


#fe2feb Border Color

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

This div border color is #fe2feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe2feb


Comments

No comments written yet.

Please login to write comment.