Color Hex Logo

#fe627a Color Hex

#FE627A
(254,98,122)
0 Favorites   0 Comments

Color spaces of #fe627a

RGB 25498122
HSL0.970.990.69
HSV351°61°100°
CMYK 0.000.610.52   0.00
XYZ48.753631.211321.8671
Yxy31.21130.47880.3065
Hunter Lab55.867158.004515.9001
CIE-Lab62.685661.083118.5423

#fe627a color RGB value is (254,98,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100010 01111010
Octal 376 142 172
Decimal 254 98 122
Hex FE 62 7A

RGB Percentages of Color #fe627a

%53.59
%20.68
%25.74

CMYK Percentages of Color #fe627a

%0
%61
%52
%0

Triadic Colors of #fe627a

#fe627a #7afe62 #627afe

Analogous Colors of #fe627a

#fe627a #fe9862 #fe62c8

Monochromatic Colors of #fe627a

#fe627a

Complementary Color

#fe627a #62fee6

#fe627a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe627a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe627a Color CSS Codes

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

#fe627a Text Font Color

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

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


#fe627a Background Color

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

This div background color is #fe627a


#fe627a Border Color

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

This div border color is #fe627a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe627a

Related Colors


Comments

No comments written yet.

Please login to write comment.