Color Hex Logo

#fe4bfa Color Hex

#FE4BFA
(254,75,250)
0 Favorites   0 Comments

Color spaces of #fe4bfa

RGB 25475250
HSL0.840.990.65
HSV301°70°100°
CMYK 0.000.700.02   0.00
XYZ60.644433.005193.6168
Yxy33.00510.32380.1762
Hunter Lab57.450187.8873-56.4000
CIE-Lab64.165084.9091-51.9628

#fe4bfa color RGB value is (254,75,250).

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

The process color (four color CMYK) of #fe4bfa color hex is 0.00, 0.70, 0.02, 0.00. Web safe color of #fe4bfa is #ff33ff. Color #fe4bfa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111110 01001011 11111010
Octal 376 113 372
Decimal 254 75 250
Hex FE 4B FA

RGB Percentages of Color #fe4bfa

%43.87
%12.95
%43.18

CMYK Percentages of Color #fe4bfa

%0
%70
%2
%0

Triadic Colors of #fe4bfa

#fe4bfa #fafe4b #4bfafe

Analogous Colors of #fe4bfa

#fe4bfa #fe4ba1 #a94bfe

Monochromatic Colors of #fe4bfa

#fe4bfa

Complementary Color

#fe4bfa #4bfe4f

#fe4bfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe4bfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe4bfa Color CSS Codes

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

#fe4bfa Text Font Color

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

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


#fe4bfa Background Color

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

This div background color is #fe4bfa


#fe4bfa Border Color

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

This div border color is #fe4bfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe4bfa

Related Colors


Comments

No comments written yet.

Please login to write comment.