Color Hex Logo

#fa6fda Color Hex

#FA6FDA
(250,111,218)
0 Favorites   0 Comments

Color spaces of #fa6fda

RGB 250111218
HSL0.870.930.71
HSV314°56°98°
CMYK 0.000.560.13   0.02
XYZ57.763736.754870.3796
Yxy36.75480.35030.2229
Hunter Lab60.625763.9783-26.3909
CIE-Lab67.092765.3635-29.6622

#fa6fda color RGB value is (250,111,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101111 11011010
Octal 372 157 332
Decimal 250 111 218
Hex FA 6F DA

RGB Percentages of Color #fa6fda

%43.18
%19.17
%37.65

CMYK Percentages of Color #fa6fda

%0
%56
%13
%2

Triadic Colors of #fa6fda

#fa6fda #dafa6f #6fdafa

Analogous Colors of #fa6fda

#fa6fda #fa6f95 #d56ffa

Monochromatic Colors of #fa6fda

#fa6fda

Complementary Color

#fa6fda #6ffa8f

#fa6fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6fda Color CSS Codes

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

#fa6fda Text Font Color

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

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


#fa6fda Background Color

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

This div background color is #fa6fda


#fa6fda Border Color

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

This div border color is #fa6fda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6fda


Comments

No comments written yet.

Please login to write comment.