Color Hex Logo

#fe187f Color Hex

#FE187F
(254,24,127)
0 Favorites   0 Comments

Color spaces of #fe187f

RGB 25424127
HSL0.930.990.55
HSV333°91°100°
CMYK 0.000.910.50   0.00
XYZ45.030423.256422.1942
Yxy23.25640.49770.2570
Hunter Lab48.224982.28236.4708
CIE-Lab55.335582.30525.2886

#fe187f color RGB value is (254,24,127).

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

The process color (four color CMYK) of #fe187f color hex is 0.00, 0.91, 0.50, 0.00. Web safe color of #fe187f is #ff0066. Color #fe187f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00011000 01111111
Octal 376 30 177
Decimal 254 24 127
Hex FE 18 7F

RGB Percentages of Color #fe187f

%62.72
%5.93
%31.36

CMYK Percentages of Color #fe187f

%0
%91
%50
%0

Triadic Colors of #fe187f

#fe187f #7ffe18 #187ffe

Analogous Colors of #fe187f

#fe187f #fe2418 #fe18f2

Monochromatic Colors of #fe187f

#fe187f

Complementary Color

#fe187f #18fe97

#fe187f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe187f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe187f Color CSS Codes

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

#fe187f Text Font Color

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

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


#fe187f Background Color

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

This div background color is #fe187f


#fe187f Border Color

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

This div border color is #fe187f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe187f


Comments

No comments written yet.

Please login to write comment.