Color Hex Logo

#fa87dc Color Hex

#FA87DC
(250,135,220)
0 Favorites   0 Comments

Color spaces of #fa87dc

RGB 250135220
HSL0.880.920.75
HSV316°46°98°
CMYK 0.000.460.12   0.02
XYZ61.006642.819272.7597
Yxy42.81920.34550.2425
Hunter Lab65.436451.9026-20.1200
CIE-Lab71.432154.4409-24.1082

#fa87dc color RGB value is (250,135,220).

#fa87dc hex color red value is 250, green value is 135 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #fa87dc hue: 0.88 , saturation: 0.92 and the lightness value of fa87dc is 0.75.

The process color (four color CMYK) of #fa87dc color hex is 0.00, 0.46, 0.12, 0.02. Web safe color of #fa87dc is #ff99cc. Color #fa87dc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 10000111 11011100
Octal 372 207 334
Decimal 250 135 220
Hex FA 87 DC

RGB Percentages of Color #fa87dc

%41.32
%22.31
%36.36

CMYK Percentages of Color #fa87dc

%0
%46
%12
%2

Triadic Colors of #fa87dc

#fa87dc #dcfa87 #87dcfa

Analogous Colors of #fa87dc

#fa87dc #fa87a3 #df87fa

Monochromatic Colors of #fa87dc

#fa87dc

Complementary Color

#fa87dc #87faa5

#fa87dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa87dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa87dc Color CSS Codes

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

#fa87dc Text Font Color

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

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


#fa87dc Background Color

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

This div background color is #fa87dc


#fa87dc Border Color

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

This div border color is #fa87dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa87dc


Comments

No comments written yet.

Please login to write comment.