Color Hex Logo

#fe42bb Color Hex

#FE42BB
(254,66,187)
0 Favorites   0 Comments

Color spaces of #fe42bb

RGB 25466187
HSL0.890.990.63
HSV321°74°100°
CMYK 0.000.740.26   0.00
XYZ51.790928.555149.7957
Yxy28.55510.39800.2194
Hunter Lab53.437079.4868-17.8440
CIE-Lab60.387079.1358-22.3882

#fe42bb color RGB value is (254,66,187).

#fe42bb hex color red value is 254, green value is 66 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #fe42bb hue: 0.89 , saturation: 0.99 and the lightness value of fe42bb is 0.63.

The process color (four color CMYK) of #fe42bb color hex is 0.00, 0.74, 0.26, 0.00. Web safe color of #fe42bb is #ff33cc. Color #fe42bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 10111011
Octal 376 102 273
Decimal 254 66 187
Hex FE 42 BB

RGB Percentages of Color #fe42bb

%50.10
%13.02
%36.88

CMYK Percentages of Color #fe42bb

%0
%74
%26
%0

Triadic Colors of #fe42bb

#fe42bb #bbfe42 #42bbfe

Analogous Colors of #fe42bb

#fe42bb #fe425d #e342fe

Monochromatic Colors of #fe42bb

#fe42bb

Complementary Color

#fe42bb #42fe85

#fe42bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42bb Color CSS Codes

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

#fe42bb Text Font Color

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

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


#fe42bb Background Color

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

This div background color is #fe42bb


#fe42bb Border Color

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

This div border color is #fe42bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42bb

Related Colors


Comments

No comments written yet.

Please login to write comment.