Color Hex Logo

#fa6dcb Color Hex

#FA6DCB
(250,109,203)
0 Favorites   0 Comments

Color spaces of #fa6dcb

RGB 250109203
HSL0.890.930.70
HSV320°56°98°
CMYK 0.000.560.19   0.02
XYZ55.672535.573160.4319
Yxy35.57310.36700.2345
Hunter Lab59.643262.2410-18.3238
CIE-Lab66.192464.0700-22.6499

#fa6dcb color RGB value is (250,109,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101101 11001011
Octal 372 155 313
Decimal 250 109 203
Hex FA 6D CB

RGB Percentages of Color #fa6dcb

%44.48
%19.40
%36.12

CMYK Percentages of Color #fa6dcb

%0
%56
%19
%2

Triadic Colors of #fa6dcb

#fa6dcb #cbfa6d #6dcbfa

Analogous Colors of #fa6dcb

#fa6dcb #fa6d85 #e36dfa

Monochromatic Colors of #fa6dcb

#fa6dcb

Complementary Color

#fa6dcb #6dfa9c

#fa6dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6dcb Color CSS Codes

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

#fa6dcb Text Font Color

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

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


#fa6dcb Background Color

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

This div background color is #fa6dcb


#fa6dcb Border Color

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

This div border color is #fa6dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6dcb


Comments

No comments written yet.

Please login to write comment.