Color Hex Logo

#fe37bf Color Hex

#FE37BF
(254,55,191)
0 Favorites   0 Comments

Color spaces of #fe37bf

RGB 25455191
HSL0.890.990.61
HSV319°78°100°
CMYK 0.000.780.25   0.00
XYZ51.643227.564851.8889
Yxy27.56480.39390.2103
Hunter Lab52.502283.7007-21.8459
CIE-Lab59.493582.5983-26.0581

#fe37bf color RGB value is (254,55,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00110111 10111111
Octal 376 67 277
Decimal 254 55 191
Hex FE 37 BF

RGB Percentages of Color #fe37bf

%50.80
%11.00
%38.20

CMYK Percentages of Color #fe37bf

%0
%78
%25
%0

Triadic Colors of #fe37bf

#fe37bf #bffe37 #37bffe

Analogous Colors of #fe37bf

#fe37bf #fe375b #da37fe

Monochromatic Colors of #fe37bf

#fe37bf

Complementary Color

#fe37bf #37fe76

#fe37bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe37bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe37bf Color CSS Codes

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

#fe37bf Text Font Color

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

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


#fe37bf Background Color

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

This div background color is #fe37bf


#fe37bf Border Color

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

This div border color is #fe37bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe37bf


Comments

No comments written yet.

Please login to write comment.