Color Hex Logo

#fa74eb Color Hex

#FA74EB
(250,116,235)
0 Favorites   0 Comments

Color spaces of #fa74eb

RGB 250116235
HSL0.850.930.72
HSV307°54°98°
CMYK 0.000.540.06   0.02
XYZ60.665138.812982.8915
Yxy38.81290.33260.2128
Hunter Lab62.300064.7907-35.2766
CIE-Lab68.615565.7750-36.7305

#fa74eb color RGB value is (250,116,235).

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

The process color (four color CMYK) of #fa74eb color hex is 0.00, 0.54, 0.06, 0.02. Web safe color of #fa74eb is #ff66ff. Color #fa74eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 11101011
Octal 372 164 353
Decimal 250 116 235
Hex FA 74 EB

RGB Percentages of Color #fa74eb

%41.60
%19.30
%39.10

CMYK Percentages of Color #fa74eb

%0
%54
%6
%2

Triadic Colors of #fa74eb

#fa74eb #ebfa74 #74ebfa

Analogous Colors of #fa74eb

#fa74eb #fa74a8 #c674fa

Monochromatic Colors of #fa74eb

#fa74eb

Complementary Color

#fa74eb #74fa83

#fa74eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74eb Color CSS Codes

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

#fa74eb Text Font Color

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

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


#fa74eb Background Color

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

This div background color is #fa74eb


#fa74eb Border Color

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

This div border color is #fa74eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74eb


Comments

No comments written yet.

Please login to write comment.