Color Hex Logo

#fa7edc Color Hex

#FA7EDC
(250,126,220)
0 Favorites   0 Comments

Color spaces of #fa7edc

RGB 250126220
HSL0.870.930.74
HSV315°50°98°
CMYK 0.000.500.12   0.02
XYZ59.803540.413072.3586
Yxy40.41300.34650.2342
Hunter Lab63.571256.6711-22.9857
CIE-Lab69.762758.7825-26.6646

#fa7edc color RGB value is (250,126,220).

#fa7edc hex color red value is 250, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa7edc hue: 0.87 , saturation: 0.93 and the lightness value of fa7edc is 0.74.

The process color (four color CMYK) of #fa7edc color hex is 0.00, 0.50, 0.12, 0.02. Web safe color of #fa7edc is #ff66cc. Color #fa7edc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 11011100
Octal 372 176 334
Decimal 250 126 220
Hex FA 7E DC

RGB Percentages of Color #fa7edc

%41.95
%21.14
%36.91

CMYK Percentages of Color #fa7edc

%0
%50
%12
%2

Triadic Colors of #fa7edc

#fa7edc #dcfa7e #7edcfa

Analogous Colors of #fa7edc

#fa7edc #fa7e9e #da7efa

Monochromatic Colors of #fa7edc

#fa7edc

Complementary Color

#fa7edc #7efa9c

#fa7edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7edc Color CSS Codes

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

#fa7edc Text Font Color

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

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


#fa7edc Background Color

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

This div background color is #fa7edc


#fa7edc Border Color

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

This div border color is #fa7edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7edc

Related Colors


Comments

No comments written yet.

Please login to write comment.