Color Hex Logo

#fa2abd Color Hex

#FA2ABD
(250,42,189)
0 Favorites   0 Comments

Color spaces of #fa2abd

RGB 25042189
HSL0.880.950.57
HSV318°83°98°
CMYK 0.000.830.24   0.02
XYZ49.437625.654050.4902
Yxy25.65400.39370.2043
Hunter Lab50.649885.5909-23.6484
CIE-Lab57.707284.4050-27.7216

#fa2abd color RGB value is (250,42,189).

#fa2abd hex color red value is 250, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa2abd hue: 0.88 , saturation: 0.95 and the lightness value of fa2abd is 0.57.

The process color (four color CMYK) of #fa2abd color hex is 0.00, 0.83, 0.24, 0.02. Web safe color of #fa2abd is #ff33cc. Color #fa2abd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101010 10111101
Octal 372 52 275
Decimal 250 42 189
Hex FA 2A BD

RGB Percentages of Color #fa2abd

%51.98
%8.73
%39.29

CMYK Percentages of Color #fa2abd

%0
%83
%24
%2

Triadic Colors of #fa2abd

#fa2abd #bdfa2a #2abdfa

Analogous Colors of #fa2abd

#fa2abd #fa2a55 #cf2afa

Monochromatic Colors of #fa2abd

#fa2abd

Complementary Color

#fa2abd #2afa67

#fa2abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2abd Color CSS Codes

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

#fa2abd Text Font Color

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

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


#fa2abd Background Color

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

This div background color is #fa2abd


#fa2abd Border Color

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

This div border color is #fa2abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2abd


Comments

No comments written yet.

Please login to write comment.