Color Hex Logo

#fa7dea Color Hex

#FA7DEA
(250,125,234)
0 Favorites   0 Comments

Color spaces of #fa7dea

RGB 250125234
HSL0.850.930.74
HSV308°50°98°
CMYK 0.000.500.06   0.02
XYZ61.609240.931782.4954
Yxy40.93170.33300.2212
Hunter Lab63.977959.9300-31.6661
CIE-Lab70.128061.4772-33.8313

#fa7dea color RGB value is (250,125,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01111101 11101010
Octal 372 175 352
Decimal 250 125 234
Hex FA 7D EA

RGB Percentages of Color #fa7dea

%41.05
%20.53
%38.42

CMYK Percentages of Color #fa7dea

%0
%50
%6
%2

Triadic Colors of #fa7dea

#fa7dea #eafa7d #7deafa

Analogous Colors of #fa7dea

#fa7dea #fa7dac #cc7dfa

Monochromatic Colors of #fa7dea

#fa7dea

Complementary Color

#fa7dea #7dfa8d

#fa7dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa7dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa7dea Color CSS Codes

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

#fa7dea Text Font Color

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

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


#fa7dea Background Color

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

This div background color is #fa7dea


#fa7dea Border Color

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

This div border color is #fa7dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa7dea


Comments

No comments written yet.

Please login to write comment.