Color Hex Logo

#fa71cd Color Hex

#FA71CD
(250,113,205)
0 Favorites   0 Comments

Color spaces of #fa71cd

RGB 250113205
HSL0.890.930.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ56.348936.542061.8410
Yxy36.54200.36420.2362
Hunter Lab60.450060.6026-18.3393
CIE-Lab66.932062.5697-22.6425

#fa71cd color RGB value is (250,113,205).

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

The process color (four color CMYK) of #fa71cd color hex is 0.00, 0.55, 0.18, 0.02. Web safe color of #fa71cd is #ff66cc. Color #fa71cd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110001 11001101
Octal 372 161 315
Decimal 250 113 205
Hex FA 71 CD

RGB Percentages of Color #fa71cd

%44.01
%19.89
%36.09

CMYK Percentages of Color #fa71cd

%0
%55
%18
%2

Triadic Colors of #fa71cd

#fa71cd #cdfa71 #71cdfa

Analogous Colors of #fa71cd

#fa71cd #fa7189 #e371fa

Monochromatic Colors of #fa71cd

#fa71cd

Complementary Color

#fa71cd #71fa9e

#fa71cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa71cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa71cd Color CSS Codes

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

#fa71cd Text Font Color

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

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


#fa71cd Background Color

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

This div background color is #fa71cd


#fa71cd Border Color

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

This div border color is #fa71cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa71cd


Comments

No comments written yet.

Please login to write comment.