Color Hex Logo

#fe18bf Color Hex

#FE18BF
(254,24,191)
0 Favorites   0 Comments

Color spaces of #fe18bf

RGB 25424191
HSL0.880.990.55
HSV316°91°100°
CMYK 0.000.910.25   0.00
XYZ50.603725.485751.5423
Yxy25.48570.39650.1997
Hunter Lab50.483490.5796-25.1953
CIE-Lab57.545688.2383-29.0679

#fe18bf color RGB value is (254,24,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 10111111
Octal 376 30 277
Decimal 254 24 191
Hex FE 18 BF

RGB Percentages of Color #fe18bf

%54.16
%5.12
%40.72

CMYK Percentages of Color #fe18bf

%0
%91
%25
%0

Triadic Colors of #fe18bf

#fe18bf #bffe18 #18bffe

Analogous Colors of #fe18bf

#fe18bf #fe184c #ca18fe

Monochromatic Colors of #fe18bf

#fe18bf

Complementary Color

#fe18bf #18fe57

#fe18bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe18bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe18bf Color CSS Codes

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

#fe18bf Text Font Color

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

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


#fe18bf Background Color

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

This div background color is #fe18bf


#fe18bf Border Color

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

This div border color is #fe18bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe18bf

Related Colors


Comments

No comments written yet.

Please login to write comment.