Color Hex Logo

#fa7eca Color Hex

#FA7ECA
(250,126,202)
0 Favorites   0 Comments

Color spaces of #fa7eca

RGB 250126202
HSL0.900.930.74
HSV323°50°98°
CMYK 0.000.500.19   0.02
XYZ57.545939.510060.4703
Yxy39.51000.36530.2508
Hunter Lab62.857053.4180-13.0389
CIE-Lab69.119156.0959-17.6387

#fa7eca color RGB value is (250,126,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111110 11001010
Octal 372 176 312
Decimal 250 126 202
Hex FA 7E CA

RGB Percentages of Color #fa7eca

%43.25
%21.80
%34.95

CMYK Percentages of Color #fa7eca

%0
%50
%19
%2

Triadic Colors of #fa7eca

#fa7eca #cafa7e #7ecafa

Analogous Colors of #fa7eca

#fa7eca #fa7e8c #ec7efa

Monochromatic Colors of #fa7eca

#fa7eca

Complementary Color

#fa7eca #7efaae

#fa7eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7eca Color CSS Codes

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

#fa7eca Text Font Color

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

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


#fa7eca Background Color

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

This div background color is #fa7eca


#fa7eca Border Color

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

This div border color is #fa7eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7eca


Comments

No comments written yet.

Please login to write comment.