Color Hex Logo

#fa70cd Color Hex

#FA70CD
(250,112,205)
0 Favorites   0 Comments

Color spaces of #fa70cd

RGB 250112205
HSL0.890.930.71
HSV320°55°98°
CMYK 0.000.550.18   0.02
XYZ56.238036.320161.8040
Yxy36.32010.36430.2353
Hunter Lab60.266261.1034-18.6166
CIE-Lab66.763863.0190-22.8994

#fa70cd color RGB value is (250,112,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110000 11001101
Octal 372 160 315
Decimal 250 112 205
Hex FA 70 CD

RGB Percentages of Color #fa70cd

%44.09
%19.75
%36.16

CMYK Percentages of Color #fa70cd

%0
%55
%18
%2

Triadic Colors of #fa70cd

#fa70cd #cdfa70 #70cdfa

Analogous Colors of #fa70cd

#fa70cd #fa7088 #e270fa

Monochromatic Colors of #fa70cd

#fa70cd

Complementary Color

#fa70cd #70fa9d

#fa70cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa70cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa70cd Color CSS Codes

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

#fa70cd Text Font Color

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

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


#fa70cd Background Color

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

This div background color is #fa70cd


#fa70cd Border Color

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

This div border color is #fa70cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,112,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 #fa70cd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa70cd

Related Colors


Comments

No comments written yet.

Please login to write comment.