Color Hex Logo

#fe55be Color Hex

#FE55BE
(254,85,190)
0 Favorites   0 Comments

Color spaces of #fe55be

RGB 25485190
HSL0.900.990.66
HSV323°67°100°
CMYK 0.000.670.25   0.00
XYZ53.415831.285551.9386
Yxy31.28550.39090.2290
Hunter Lab55.933472.5819-15.9020
CIE-Lab62.747973.1864-20.4969

#fe55be color RGB value is (254,85,190).

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

The process color (four color CMYK) of #fe55be color hex is 0.00, 0.67, 0.25, 0.00. Web safe color of #fe55be is #ff66cc. Color #fe55be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01010101 10111110
Octal 376 125 276
Decimal 254 85 190
Hex FE 55 BE

RGB Percentages of Color #fe55be

%48.02
%16.07
%35.92

CMYK Percentages of Color #fe55be

%0
%67
%25
%0

Triadic Colors of #fe55be

#fe55be #befe55 #55befe

Analogous Colors of #fe55be

#fe55be #fe556a #ea55fe

Monochromatic Colors of #fe55be

#fe55be

Complementary Color

#fe55be #55fe95

#fe55be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe55be Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe55be Color CSS Codes

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

#fe55be Text Font Color

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

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


#fe55be Background Color

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

This div background color is #fe55be


#fe55be Border Color

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

This div border color is #fe55be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe55be

Related Colors


Comments

No comments written yet.

Please login to write comment.