Color Hex Logo

#fa6ecf Color Hex

#FA6ECF
(250,110,207)
0 Favorites   0 Comments

Color spaces of #fa6ecf

RGB 250110207
HSL0.880.930.71
HSV318°56°98°
CMYK 0.000.560.17   0.02
XYZ56.262835.980863.0111
Yxy35.98080.36240.2318
Hunter Lab59.984062.4545-20.2933
CIE-Lab66.505364.1951-24.4163

#fa6ecf color RGB value is (250,110,207).

#fa6ecf hex color red value is 250, green value is 110 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fa6ecf hue: 0.88 , saturation: 0.93 and the lightness value of fa6ecf is 0.71.

The process color (four color CMYK) of #fa6ecf color hex is 0.00, 0.56, 0.17, 0.02. Web safe color of #fa6ecf is #ff66cc. Color #fa6ecf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101110 11001111
Octal 372 156 317
Decimal 250 110 207
Hex FA 6E CF

RGB Percentages of Color #fa6ecf

%44.09
%19.40
%36.51

CMYK Percentages of Color #fa6ecf

%0
%56
%17
%2

Triadic Colors of #fa6ecf

#fa6ecf #cffa6e #6ecffa

Analogous Colors of #fa6ecf

#fa6ecf #fa6e89 #df6efa

Monochromatic Colors of #fa6ecf

#fa6ecf

Complementary Color

#fa6ecf #6efa99

#fa6ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6ecf Color CSS Codes

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

#fa6ecf Text Font Color

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

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


#fa6ecf Background Color

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

This div background color is #fa6ecf


#fa6ecf Border Color

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

This div border color is #fa6ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6ecf

Related Colors


Comments

No comments written yet.

Please login to write comment.