Color Hex Logo

#fe42be Color Hex

#FE42BE
(254,66,190)
0 Favorites   0 Comments

Color spaces of #fe42be

RGB 25466190
HSL0.890.990.63
HSV320°74°100°
CMYK 0.000.740.25   0.00
XYZ52.115528.685051.5052
Yxy28.68500.39390.2168
Hunter Lab53.558479.9640-19.5262
CIE-Lab60.502679.4887-23.9323

#fe42be color RGB value is (254,66,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01000010 10111110
Octal 376 102 276
Decimal 254 66 190
Hex FE 42 BE

RGB Percentages of Color #fe42be

%49.80
%12.94
%37.25

CMYK Percentages of Color #fe42be

%0
%74
%25
%0

Triadic Colors of #fe42be

#fe42be #befe42 #42befe

Analogous Colors of #fe42be

#fe42be #fe4260 #e042fe

Monochromatic Colors of #fe42be

#fe42be

Complementary Color

#fe42be #42fe82

#fe42be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe42be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe42be Color CSS Codes

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

#fe42be Text Font Color

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

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


#fe42be Background Color

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

This div background color is #fe42be


#fe42be Border Color

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

This div border color is #fe42be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe42be


Comments

No comments written yet.

Please login to write comment.