Color Hex Logo

#fe6bff Color Hex

#FE6BFF
(254,107,255)
0 Favorites   0 Comments

Color spaces of #fe6bff

RGB 254107255
HSL0.831.000.71
HSV300°58°100°
CMYK 0.000.580.00   0.00
XYZ64.180738.806298.7154
Yxy38.80620.31820.1924
Hunter Lab62.294674.8888-50.3479
CIE-Lab68.610673.9562-47.6897

#fe6bff color RGB value is (254,107,255).

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

The process color (four color CMYK) of #fe6bff color hex is 0.00, 0.58, 0.00, 0.00. Web safe color of #fe6bff is #ff66ff. Color #fe6bff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101011 11111111
Octal 376 153 377
Decimal 254 107 255
Hex FE 6B FF

RGB Percentages of Color #fe6bff

%41.23
%17.37
%41.40

CMYK Percentages of Color #fe6bff

%0
%58
%0
%0

Triadic Colors of #fe6bff

#fe6bff #fffe6b #6bfffe

Analogous Colors of #fe6bff

#fe6bff #ff6bb6 #b46bff

Monochromatic Colors of #fe6bff

#fe6bff

Complementary Color

#fe6bff #6cff6b

#fe6bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6bff Color CSS Codes

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

#fe6bff Text Font Color

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

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


#fe6bff Background Color

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

This div background color is #fe6bff


#fe6bff Border Color

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

This div border color is #fe6bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6bff

Related Colors

#fe6bff Color Palettes


Comments

No comments written yet.

Please login to write comment.