Color Hex Logo

#fe6bfa Color Hex

#FE6BFA
(254,107,250)
0 Favorites   0 Comments

Color spaces of #fe6bfa

RGB 254107250
HSL0.840.990.71
HSV302°58°100°
CMYK 0.000.580.02   0.00
XYZ63.386138.488394.5307
Yxy38.48830.32270.1960
Hunter Lab62.038973.8079-46.9148
CIE-Lab68.379073.1370-45.3143

#fe6bfa color RGB value is (254,107,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 01101011 11111010
Octal 376 153 372
Decimal 254 107 250
Hex FE 6B FA

RGB Percentages of Color #fe6bfa

%41.57
%17.51
%40.92

CMYK Percentages of Color #fe6bfa

%0
%58
%2
%0

Triadic Colors of #fe6bfa

#fe6bfa #fafe6b #6bfafe

Analogous Colors of #fe6bfa

#fe6bfa #fe6bb1 #b96bfe

Monochromatic Colors of #fe6bfa

#fe6bfa

Complementary Color

#fe6bfa #6bfe6f

#fe6bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe6bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe6bfa Color CSS Codes

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

#fe6bfa Text Font Color

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

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


#fe6bfa Background Color

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

This div background color is #fe6bfa


#fe6bfa Border Color

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

This div border color is #fe6bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe6bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.