Color Hex Logo

#fa91dc Color Hex

#FA91DC
(250,145,220)
0 Favorites   0 Comments

Color spaces of #fa91dc

RGB 250145220
HSL0.880.910.77
HSV317°42°98°
CMYK 0.000.420.12   0.02
XYZ62.468045.742173.2468
Yxy45.74210.34430.2521
Hunter Lab67.632946.5109-16.8684
CIE-Lab73.377949.4707-21.1427

#fa91dc color RGB value is (250,145,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 10010001 11011100
Octal 372 221 334
Decimal 250 145 220
Hex FA 91 DC

RGB Percentages of Color #fa91dc

%40.65
%23.58
%35.77

CMYK Percentages of Color #fa91dc

%0
%42
%12
%2

Triadic Colors of #fa91dc

#fa91dc #dcfa91 #91dcfa

Analogous Colors of #fa91dc

#fa91dc #fa91a8 #e491fa

Monochromatic Colors of #fa91dc

#fa91dc

Complementary Color

#fa91dc #91faaf

#fa91dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa91dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa91dc Color CSS Codes

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

#fa91dc Text Font Color

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

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


#fa91dc Background Color

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

This div background color is #fa91dc


#fa91dc Border Color

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

This div border color is #fa91dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa91dc


Comments

No comments written yet.

Please login to write comment.