Color Hex Logo

#fa1adf Color Hex

#FA1ADF
(250,26,223)
0 Favorites   0 Comments

Color spaces of #fa1adf

RGB 25026223
HSL0.850.960.54
HSV307°90°98°
CMYK 0.000.900.11   0.02
XYZ53.113026.390572.1065
Yxy26.39050.35030.1741
Hunter Lab51.371794.6501-47.2607
CIE-Lab58.405991.1209-46.0424

#fa1adf color RGB value is (250,26,223).

#fa1adf hex color red value is 250, green value is 26 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #fa1adf hue: 0.85 , saturation: 0.96 and the lightness value of fa1adf is 0.54.

The process color (four color CMYK) of #fa1adf color hex is 0.00, 0.90, 0.11, 0.02. Web safe color of #fa1adf is #ff33cc. Color #fa1adf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00011010 11011111
Octal 372 32 337
Decimal 250 26 223
Hex FA 1A DF

RGB Percentages of Color #fa1adf

%50.10
%5.21
%44.69

CMYK Percentages of Color #fa1adf

%0
%90
%11
%2

Triadic Colors of #fa1adf

#fa1adf #dffa1a #1adffa

Analogous Colors of #fa1adf

#fa1adf #fa1a6f #a51afa

Monochromatic Colors of #fa1adf

#fa1adf

Complementary Color

#fa1adf #1afa35

#fa1adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa1adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa1adf Color CSS Codes

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

#fa1adf Text Font Color

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

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


#fa1adf Background Color

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

This div background color is #fa1adf


#fa1adf Border Color

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

This div border color is #fa1adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa1adf


Comments

No comments written yet.

Please login to write comment.