color codes Logo

#fe486b color codes

#FE486B
(254,72,107)
0 Favorites   0 Comments

Color spaces of #fe486b

RGB 25472107
HSL0.970.990.64
HSV348°72°100°
CMYK 0.000.720.58   0.00
XYZ45.844326.767116.6602
Yxy26.76710.51350.2998
Hunter Lab51.736967.629917.1234
CIE-Lab58.758169.886721.9213

#fe486b color RGB value is (254,72,107).

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

The process color (four color CMYK) of #fe486b color code is 0.00, 0.72, 0.58, 0.00. Web safe color of #fe486b is #ff3366. Color #fe486b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001000 01101011
Octal 376 110 153
Decimal 254 72 107
Hex FE 48 6B

RGB Percentages of Color #fe486b

%58.66
%16.63
%24.71

CMYK Percentages of Color #fe486b

%0
%72
%58
%0

Triadic Colors of #fe486b

#fe486b #6bfe48 #486bfe

Analogous Colors of #fe486b

#fe486b #fe8048 #fe48c6

Monochromatic Colors of #fe486b

#fe486b

Complementary Color

#fe486b #48fedb

#fe486b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe486b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe486b Color CSS Codes

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

#fe486b Text Font Color

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

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


#fe486b Background Color

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

This div background color is #fe486b


#fe486b Border Color

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

This div border color is #fe486b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe486b


Comments

No comments written yet.

Please login to write comment.