Color Hex Logo

#fa6dc9 Color Hex

#FA6DC9
(250,109,201)
0 Favorites   0 Comments

Color spaces of #fa6dc9

RGB 250109201
HSL0.890.930.70
HSV321°56°98°
CMYK 0.000.560.20   0.02
XYZ55.435635.478359.1846
Yxy35.47830.36930.2364
Hunter Lab59.563761.8926-17.2181
CIE-Lab66.119463.7907-21.6372

#fa6dc9 color RGB value is (250,109,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101101 11001001
Octal 372 155 311
Decimal 250 109 201
Hex FA 6D C9

RGB Percentages of Color #fa6dc9

%44.64
%19.46
%35.89

CMYK Percentages of Color #fa6dc9

%0
%56
%20
%2

Triadic Colors of #fa6dc9

#fa6dc9 #c9fa6d #6dc9fa

Analogous Colors of #fa6dc9

#fa6dc9 #fa6d83 #e56dfa

Monochromatic Colors of #fa6dc9

#fa6dc9

Complementary Color

#fa6dc9 #6dfa9e

#fa6dc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6dc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6dc9 Color CSS Codes

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

#fa6dc9 Text Font Color

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

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


#fa6dc9 Background Color

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

This div background color is #fa6dc9


#fa6dc9 Border Color

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

This div border color is #fa6dc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6dc9


Comments

No comments written yet.

Please login to write comment.