Color Hex Logo

#fa8fdc Color Hex

#FA8FDC
(250,143,220)
0 Favorites   0 Comments

Color spaces of #fa8fdc

RGB 250143220
HSL0.880.910.77
HSV317°43°98°
CMYK 0.000.430.12   0.02
XYZ62.165145.136273.1458
Yxy45.13620.34450.2501
Hunter Lab67.183547.5956-17.5234
CIE-Lab72.981550.4755-21.7456

#fa8fdc color RGB value is (250,143,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10001111 11011100
Octal 372 217 334
Decimal 250 143 220
Hex FA 8F DC

RGB Percentages of Color #fa8fdc

%40.78
%23.33
%35.89

CMYK Percentages of Color #fa8fdc

%0
%43
%12
%2

Triadic Colors of #fa8fdc

#fa8fdc #dcfa8f #8fdcfa

Analogous Colors of #fa8fdc

#fa8fdc #fa8fa7 #e38ffa

Monochromatic Colors of #fa8fdc

#fa8fdc

Complementary Color

#fa8fdc #8ffaad

#fa8fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa8fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa8fdc Color CSS Codes

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

#fa8fdc Text Font Color

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

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


#fa8fdc Background Color

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

This div background color is #fa8fdc


#fa8fdc Border Color

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

This div border color is #fa8fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa8fdc

Related Colors


Comments

No comments written yet.

Please login to write comment.