Color Hex Logo

#fa5cdf Color Hex

#FA5CDF
(250,92,223)
0 Favorites   0 Comments

Color spaces of #fa5cdf

RGB 25092223
HSL0.860.940.67
HSV310°63°98°
CMYK 0.000.630.11   0.02
XYZ56.570833.306073.2591
Yxy33.30600.34680.2042
Hunter Lab57.711473.9774-34.8651
CIE-Lab64.407974.0000-36.6180

#fa5cdf color RGB value is (250,92,223).

#fa5cdf hex color red value is 250, green value is 92 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa5cdf hue: 0.86 , saturation: 0.94 and the lightness value of fa5cdf is 0.67.

The process color (four color CMYK) of #fa5cdf color hex is 0.00, 0.63, 0.11, 0.02. Web safe color of #fa5cdf is #ff66cc. Color #fa5cdf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01011100 11011111
Octal 372 134 337
Decimal 250 92 223
Hex FA 5C DF

RGB Percentages of Color #fa5cdf

%44.25
%16.28
%39.47

CMYK Percentages of Color #fa5cdf

%0
%63
%11
%2

Triadic Colors of #fa5cdf

#fa5cdf #dffa5c #5cdffa

Analogous Colors of #fa5cdf

#fa5cdf #fa5c90 #c65cfa

Monochromatic Colors of #fa5cdf

#fa5cdf

Complementary Color

#fa5cdf #5cfa77

#fa5cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa5cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa5cdf Color CSS Codes

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

#fa5cdf Text Font Color

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

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


#fa5cdf Background Color

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

This div background color is #fa5cdf


#fa5cdf Border Color

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

This div border color is #fa5cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa5cdf


Comments

No comments written yet.

Please login to write comment.