Color Hex Logo

#fa74db Color Hex

#FA74DB
(250,116,219)
0 Favorites   0 Comments

Color spaces of #fa74db

RGB 250116219
HSL0.870.930.72
HSV314°54°98°
CMYK 0.000.540.12   0.02
XYZ58.455937.929271.2579
Yxy37.92920.34870.2262
Hunter Lab61.586761.6492-25.4899
CIE-Lab67.968463.2738-28.8687

#fa74db color RGB value is (250,116,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 11011011
Octal 372 164 333
Decimal 250 116 219
Hex FA 74 DB

RGB Percentages of Color #fa74db

%42.74
%19.83
%37.44

CMYK Percentages of Color #fa74db

%0
%54
%12
%2

Triadic Colors of #fa74db

#fa74db #dbfa74 #74dbfa

Analogous Colors of #fa74db

#fa74db #fa7498 #d674fa

Monochromatic Colors of #fa74db

#fa74db

Complementary Color

#fa74db #74fa93

#fa74db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74db Color CSS Codes

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

#fa74db Text Font Color

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

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


#fa74db Background Color

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

This div background color is #fa74db


#fa74db Border Color

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

This div border color is #fa74db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74db


Comments

No comments written yet.

Please login to write comment.