Color Hex Logo

#fa7fed Color Hex

#FA7FED
(250,127,237)
0 Favorites   0 Comments

Color spaces of #fa7fed

RGB 250127237
HSL0.850.920.74
HSV306°49°98°
CMYK 0.000.490.05   0.02
XYZ62.299841.617284.8701
Yxy41.61720.33000.2204
Hunter Lab64.511459.4857-32.8429
CIE-Lab70.606261.0270-34.7399

#fa7fed color RGB value is (250,127,237).

#fa7fed hex color red value is 250, green value is 127 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #fa7fed hue: 0.85 , saturation: 0.92 and the lightness value of fa7fed is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111111 11101101
Octal 372 177 355
Decimal 250 127 237
Hex FA 7F ED

RGB Percentages of Color #fa7fed

%40.72
%20.68
%38.60

CMYK Percentages of Color #fa7fed

%0
%49
%5
%2

Triadic Colors of #fa7fed

#fa7fed #edfa7f #7fedfa

Analogous Colors of #fa7fed

#fa7fed #fa7fb0 #ca7ffa

Monochromatic Colors of #fa7fed

#fa7fed

Complementary Color

#fa7fed #7ffa8c

#fa7fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7fed Color CSS Codes

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

#fa7fed Text Font Color

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

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


#fa7fed Background Color

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

This div background color is #fa7fed


#fa7fed Border Color

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

This div border color is #fa7fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7fed


Comments

No comments written yet.

Please login to write comment.