Color Hex Logo

#fe618a Color Hex

#FE618A
(254,97,138)
0 Favorites   0 Comments

Color spaces of #fe618a

RGB 25497138
HSL0.960.990.69
HSV344°62°100°
CMYK 0.000.620.46   0.00
XYZ49.735231.455227.4949
Yxy31.45520.45760.2894
Hunter Lab56.084960.142210.1933
CIE-Lab62.890062.87039.6036

#fe618a color RGB value is (254,97,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01100001 10001010
Octal 376 141 212
Decimal 254 97 138
Hex FE 61 8A

RGB Percentages of Color #fe618a

%51.94
%19.84
%28.22

CMYK Percentages of Color #fe618a

%0
%62
%46
%0

Triadic Colors of #fe618a

#fe618a #8afe61 #618afe

Analogous Colors of #fe618a

#fe618a #fe8761 #fe61d9

Monochromatic Colors of #fe618a

#fe618a

Complementary Color

#fe618a #61fed5

#fe618a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe618a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe618a Color CSS Codes

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

#fe618a Text Font Color

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

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


#fe618a Background Color

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

This div background color is #fe618a


#fe618a Border Color

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

This div border color is #fe618a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe618a


Comments

No comments written yet.

Please login to write comment.