Color Hex Logo

#fa6cbd Color Hex

#FA6CBD
(250,108,189)
0 Favorites   0 Comments

Color spaces of #fa6cbd

RGB 250108189
HSL0.900.930.70
HSV326°57°98°
CMYK 0.000.570.24   0.02
XYZ53.972234.723252.0017
Yxy34.72320.38360.2468
Hunter Lab58.926460.3715-11.0741
CIE-Lab65.532662.6111-15.7590

#fa6cbd color RGB value is (250,108,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01101100 10111101
Octal 372 154 275
Decimal 250 108 189
Hex FA 6C BD

RGB Percentages of Color #fa6cbd

%45.70
%19.74
%34.55

CMYK Percentages of Color #fa6cbd

%0
%57
%24
%2

Triadic Colors of #fa6cbd

#fa6cbd #bdfa6c #6cbdfa

Analogous Colors of #fa6cbd

#fa6cbd #fa6c76 #f06cfa

Monochromatic Colors of #fa6cbd

#fa6cbd

Complementary Color

#fa6cbd #6cfaa9

#fa6cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa6cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa6cbd Color CSS Codes

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

#fa6cbd Text Font Color

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

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


#fa6cbd Background Color

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

This div background color is #fa6cbd


#fa6cbd Border Color

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

This div border color is #fa6cbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa6cbd


Comments

No comments written yet.

Please login to write comment.