Color Hex Logo

#fa74ea Color Hex

#FA74EA
(250,116,234)
0 Favorites   0 Comments

Color spaces of #fa74ea

RGB 250116234
HSL0.850.930.72
HSV307°54°98°
CMYK 0.000.540.06   0.02
XYZ60.521038.755382.1326
Yxy38.75530.33360.2136
Hunter Lab62.253864.5876-34.6448
CIE-Lab68.573665.6144-36.2436

#fa74ea color RGB value is (250,116,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110100 11101010
Octal 372 164 352
Decimal 250 116 234
Hex FA 74 EA

RGB Percentages of Color #fa74ea

%41.67
%19.33
%39.00

CMYK Percentages of Color #fa74ea

%0
%54
%6
%2

Triadic Colors of #fa74ea

#fa74ea #eafa74 #74eafa

Analogous Colors of #fa74ea

#fa74ea #fa74a7 #c774fa

Monochromatic Colors of #fa74ea

#fa74ea

Complementary Color

#fa74ea #74fa84

#fa74ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa74ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa74ea Color CSS Codes

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

#fa74ea Text Font Color

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

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


#fa74ea Background Color

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

This div background color is #fa74ea


#fa74ea Border Color

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

This div border color is #fa74ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa74ea


Comments

No comments written yet.

Please login to write comment.