Color Hex Logo

#fe03be Color Hex

#FE03BE
(254,3,190)
0 Favorites   0 Comments

Color spaces of #fe03be

RGB 2543190
HSL0.880.990.50
HSV315°99°100°
CMYK 0.000.990.25   0.00
XYZ50.199924.853750.8666
Yxy24.85370.39870.1974
Hunter Lab49.853592.4967-25.5974
CIE-Lab56.932689.7998-29.4407

#fe03be color RGB value is (254,3,190).

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

The process color (four color CMYK) of #fe03be color hex is 0.00, 0.99, 0.25, 0.00. Web safe color of #fe03be is #ff00cc. Color #fe03be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000011 10111110
Octal 376 3 276
Decimal 254 3 190
Hex FE 3 BE

RGB Percentages of Color #fe03be

%56.82
%0.67
%42.51

CMYK Percentages of Color #fe03be

%0
%99
%25
%0

Triadic Colors of #fe03be

#fe03be #befe03 #03befe

Analogous Colors of #fe03be

#fe03be #fe0341 #c103fe

Monochromatic Colors of #fe03be

#fe03be

Complementary Color

#fe03be #03fe43

#fe03be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe03be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe03be Color CSS Codes

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

#fe03be Text Font Color

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

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


#fe03be Background Color

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

This div background color is #fe03be


#fe03be Border Color

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

This div border color is #fe03be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(254,3,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 #fe03be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe03be

Related Colors


Comments

No comments written yet.

Please login to write comment.