Color Hex Logo

#fa007e Color Hex

#FA007E
(250,0,126)
0 Favorites   0 Comments

Color spaces of #fa007e

RGB 2500126
HSL0.921.000.49
HSV330°100°98°
CMYK 0.001.000.50   0.02
XYZ43.190221.830421.6760
Yxy21.83040.49820.2518
Hunter Lab46.723083.23805.2000
CIE-Lab53.846683.33913.6448

#fa007e color RGB value is (250,0,126).

#fa007e hex color red value is 250, green value is 0 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #fa007e hue: 0.92 , saturation: 1.00 and the lightness value of fa007e is 0.49.

The process color (four color CMYK) of #fa007e color hex is 0.00, 1.00, 0.50, 0.02. Web safe color of #fa007e is #ff0066. Color #fa007e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00000000 01111110
Octal 372 0 176
Decimal 250 0 126
Hex FA 0 7E

RGB Percentages of Color #fa007e

%66.49
%0.00
%33.51

CMYK Percentages of Color #fa007e

%0
%100
%50
%2

Triadic Colors of #fa007e

#fa007e #7efa00 #007efa

Analogous Colors of #fa007e

#fa007e #fa0001 #f900fa

Monochromatic Colors of #fa007e

#fa007e

Complementary Color

#fa007e #00fa7c

#fa007e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa007e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa007e Color CSS Codes

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

#fa007e Text Font Color

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

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


#fa007e Background Color

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

This div background color is #fa007e


#fa007e Border Color

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

This div border color is #fa007e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa007e

Related Colors


Comments

No comments written yet.

Please login to write comment.