Color Hex Logo

#fe627f Color Hex

#FE627F
(254,98,127)
0 Favorites   0 Comments

Color spaces of #fe627f

RGB 25498127
HSL0.970.990.69
HSV349°61°100°
CMYK 0.000.610.50   0.00
XYZ49.071531.338523.5413
Yxy31.33850.47210.3015
Hunter Lab55.980858.502714.2537
CIE-Lab62.792461.491015.8105

#fe627f color RGB value is (254,98,127).

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

The process color (four color CMYK) of #fe627f color hex is 0.00, 0.61, 0.50, 0.00. Web safe color of #fe627f is #ff6666. Color #fe627f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 01111111
Octal 376 142 177
Decimal 254 98 127
Hex FE 62 7F

RGB Percentages of Color #fe627f

%53.03
%20.46
%26.51

CMYK Percentages of Color #fe627f

%0
%61
%50
%0

Triadic Colors of #fe627f

#fe627f #7ffe62 #627ffe

Analogous Colors of #fe627f

#fe627f #fe9362 #fe62cd

Monochromatic Colors of #fe627f

#fe627f

Complementary Color

#fe627f #62fee1

#fe627f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe627f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe627f Color CSS Codes

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

#fe627f Text Font Color

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

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


#fe627f Background Color

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

This div background color is #fe627f


#fe627f Border Color

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

This div border color is #fe627f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe627f


Comments

No comments written yet.

Please login to write comment.