Color Hex Logo

#fa74dd Color Hex

#FA74DD
(250,116,221)
0 Favorites   0 Comments

Color spaces of #fa74dd

RGB 250116221
HSL0.870.930.72
HSV313°54°98°
CMYK 0.000.540.12   0.02
XYZ58.720938.035272.6532
Yxy38.03520.34660.2245
Hunter Lab61.672762.0294-26.6754
CIE-Lab68.046563.5785-29.8600

#fa74dd color RGB value is (250,116,221).

#fa74dd hex color red value is 250, green value is 116 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fa74dd hue: 0.87 , saturation: 0.93 and the lightness value of fa74dd is 0.72.

The process color (four color CMYK) of #fa74dd color hex is 0.00, 0.54, 0.12, 0.02. Web safe color of #fa74dd is #ff66cc. Color #fa74dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 11011101
Octal 372 164 335
Decimal 250 116 221
Hex FA 74 DD

RGB Percentages of Color #fa74dd

%42.59
%19.76
%37.65

CMYK Percentages of Color #fa74dd

%0
%54
%12
%2

Triadic Colors of #fa74dd

#fa74dd #ddfa74 #74ddfa

Analogous Colors of #fa74dd

#fa74dd #fa749a #d474fa

Monochromatic Colors of #fa74dd

#fa74dd

Complementary Color

#fa74dd #74fa91

#fa74dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74dd Color CSS Codes

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

#fa74dd Text Font Color

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

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


#fa74dd Background Color

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

This div background color is #fa74dd


#fa74dd Border Color

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

This div border color is #fa74dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74dd


Comments

No comments written yet.

Please login to write comment.