color codes Logo

#fe065b color codes

#FE065B
(254,6,91)
0 Favorites   0 Comments

Color spaces of #fe065b

RGB 254691
HSL0.940.990.51
HSV339°98°100°
CMYK 0.000.980.64   0.00
XYZ42.826521.956411.8783
Yxy21.95640.55860.2864
Hunter Lab46.857781.142817.7705
CIE-Lab53.980781.678925.0923

#fe065b color RGB value is (254,6,91).

#fe065b hex color red value is 254, green value is 6 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #fe065b hue: 0.94 , saturation: 0.99 and the lightness value of fe065b is 0.51.

The process color (four color CMYK) of #fe065b color code is 0.00, 0.98, 0.64, 0.00. Web safe color of #fe065b is #ff0066. Color #fe065b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000110 01011011
Octal 376 6 133
Decimal 254 6 91
Hex FE 6 5B

RGB Percentages of Color #fe065b

%72.36
%1.71
%25.93

CMYK Percentages of Color #fe065b

%0
%98
%64
%0

Triadic Colors of #fe065b

#fe065b #5bfe06 #065bfe

Analogous Colors of #fe065b

#fe065b #fe2d06 #fe06d7

Monochromatic Colors of #fe065b

#fe065b

Complementary Color

#fe065b #06fea9

#fe065b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe065b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe065b Color CSS Codes

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

#fe065b Text Font Color

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

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


#fe065b Background Color

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

This div background color is #fe065b


#fe065b Border Color

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

This div border color is #fe065b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe065b


Comments

No comments written yet.

Please login to write comment.