Color Hex Logo

#fa6bdf Color Hex

#FA6BDF
(250,107,223)
0 Favorites   0 Comments

Color spaces of #fa6bdf

RGB 250107223
HSL0.860.930.70
HSV311°57°98°
CMYK 0.000.570.11   0.02
XYZ58.001336.167173.7360
Yxy36.16710.34540.2154
Hunter Lab60.139166.9114-30.5976
CIE-Lab66.647467.8627-33.1363

#fa6bdf color RGB value is (250,107,223).

#fa6bdf hex color red value is 250, green value is 107 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa6bdf hue: 0.86 , saturation: 0.93 and the lightness value of fa6bdf is 0.70.

The process color (four color CMYK) of #fa6bdf color hex is 0.00, 0.57, 0.11, 0.02. Web safe color of #fa6bdf is #ff66cc. Color #fa6bdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101011 11011111
Octal 372 153 337
Decimal 250 107 223
Hex FA 6B DF

RGB Percentages of Color #fa6bdf

%43.10
%18.45
%38.45

CMYK Percentages of Color #fa6bdf

%0
%57
%11
%2

Triadic Colors of #fa6bdf

#fa6bdf #dffa6b #6bdffa

Analogous Colors of #fa6bdf

#fa6bdf #fa6b98 #ce6bfa

Monochromatic Colors of #fa6bdf

#fa6bdf

Complementary Color

#fa6bdf #6bfa86

#fa6bdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6bdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6bdf Color CSS Codes

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

#fa6bdf Text Font Color

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

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


#fa6bdf Background Color

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

This div background color is #fa6bdf


#fa6bdf Border Color

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

This div border color is #fa6bdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6bdf


Comments

No comments written yet.

Please login to write comment.