Color Hex Logo

#fe3efa Color Hex

#FE3EFA
(254,62,250)
0 Favorites   0 Comments

Color spaces of #fe3efa

RGB 25462250
HSL0.840.990.62
HSV301°76°100°
CMYK 0.000.760.02   0.00
XYZ59.851031.418293.3523
Yxy31.41820.32420.1702
Hunter Lab56.051992.5074-59.5088
CIE-Lab62.859188.6528-54.0352

#fe3efa color RGB value is (254,62,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111110 00111110 11111010
Octal 376 76 372
Decimal 254 62 250
Hex FE 3E FA

RGB Percentages of Color #fe3efa

%44.88
%10.95
%44.17

CMYK Percentages of Color #fe3efa

%0
%76
%2
%0

Triadic Colors of #fe3efa

#fe3efa #fafe3e #3efafe

Analogous Colors of #fe3efa

#fe3efa #fe3e9a #a23efe

Monochromatic Colors of #fe3efa

#fe3efa

Complementary Color

#fe3efa #3efe42

#fe3efa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fe3efa Color Preview on White Background

Lorem ipsum dolor sit amet.

#fe3efa Color CSS Codes

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

#fe3efa Text Font Color

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

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


#fe3efa Background Color

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

This div background color is #fe3efa


#fe3efa Border Color

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

This div border color is #fe3efa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fe3efa

Related Colors


Comments

No comments written yet.

Please login to write comment.