Color Hex Logo

#fe648a Color Hex

#FE648A
(254,100,138)
0 Favorites   0 Comments

Color spaces of #fe648a

RGB 254100138
HSL0.960.990.69
HSV345°61°100°
CMYK 0.000.610.46   0.00
XYZ50.017732.020227.5890
Yxy32.02020.45630.2921
Hunter Lab56.586458.753110.7033
CIE-Lab63.359661.607810.2691

#fe648a color RGB value is (254,100,138).

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

The process color (four color CMYK) of #fe648a color hex is 0.00, 0.61, 0.46, 0.00. Web safe color of #fe648a is #ff6699. Color #fe648a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100100 10001010
Octal 376 144 212
Decimal 254 100 138
Hex FE 64 8A

RGB Percentages of Color #fe648a

%51.63
%20.33
%28.05

CMYK Percentages of Color #fe648a

%0
%61
%46
%0

Triadic Colors of #fe648a

#fe648a #8afe64 #648afe

Analogous Colors of #fe648a

#fe648a #fe8b64 #fe64d7

Monochromatic Colors of #fe648a

#fe648a

Complementary Color

#fe648a #64fed8

#fe648a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe648a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe648a Color CSS Codes

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

#fe648a Text Font Color

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

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


#fe648a Background Color

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

This div background color is #fe648a


#fe648a Border Color

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

This div border color is #fe648a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe648a


Comments

No comments written yet.

Please login to write comment.