Color Hex Logo

#fe637a Color Hex

#FE637A
(254,99,122)
0 Favorites   0 Comments

Color spaces of #fe637a

RGB 25499122
HSL0.980.990.69
HSV351°61°100°
CMYK 0.000.610.52   0.00
XYZ48.847731.399721.8985
Yxy31.39970.47820.3074
Hunter Lab56.035457.541616.0544
CIE-Lab62.843660.659418.7587

#fe637a color RGB value is (254,99,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100011 01111010
Octal 376 143 172
Decimal 254 99 122
Hex FE 63 7A

RGB Percentages of Color #fe637a

%53.47
%20.84
%25.68

CMYK Percentages of Color #fe637a

%0
%61
%52
%0

Triadic Colors of #fe637a

#fe637a #7afe63 #637afe

Analogous Colors of #fe637a

#fe637a #fe9a63 #fe63c8

Monochromatic Colors of #fe637a

#fe637a

Complementary Color

#fe637a #63fee7

#fe637a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe637a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe637a Color CSS Codes

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

#fe637a Text Font Color

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

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


#fe637a Background Color

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

This div background color is #fe637a


#fe637a Border Color

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

This div border color is #fe637a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe637a


Comments

No comments written yet.

Please login to write comment.