Color Hex Logo

#fe006b Color Hex

#FE006B
(254,0,107)
0 Favorites   0 Comments

Color spaces of #fe006b

RGB 2540107
HSL0.931.000.50
HSV335°100°100°
CMYK 0.001.000.58   0.00
XYZ43.526922.132415.8878
Yxy22.13240.53380.2714
Hunter Lab47.045182.822312.9085
CIE-Lab54.167282.953415.6853

#fe006b color RGB value is (254,0,107).

#fe006b hex color red value is 254, green value is 0 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #fe006b hue: 0.93 , saturation: 1.00 and the lightness value of fe006b is 0.50.

The process color (four color CMYK) of #fe006b color hex is 0.00, 1.00, 0.58, 0.00. Web safe color of #fe006b is #ff0066. Color #fe006b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 00000000 01101011
Octal 376 0 153
Decimal 254 0 107
Hex FE 0 6B

RGB Percentages of Color #fe006b

%70.36
%0.00
%29.64

CMYK Percentages of Color #fe006b

%0
%100
%58
%0

Triadic Colors of #fe006b

#fe006b #6bfe00 #006bfe

Analogous Colors of #fe006b

#fe006b #fe1400 #fe00ea

Monochromatic Colors of #fe006b

#fe006b

Complementary Color

#fe006b #00fe93

#fe006b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe006b Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe006b Color CSS Codes

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

#fe006b Text Font Color

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

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


#fe006b Background Color

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

This div background color is #fe006b


#fe006b Border Color

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

This div border color is #fe006b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe006b


Comments

No comments written yet.

Please login to write comment.