Color Hex Logo

#fa2abc Color Hex

#FA2ABC
(250,42,188)
0 Favorites   0 Comments

Color spaces of #fa2abc

RGB 25042188
HSL0.880.950.57
HSV318°83°98°
CMYK 0.000.830.25   0.02
XYZ49.329425.610849.9204
Yxy25.61080.39510.2051
Hunter Lab50.607185.4308-23.0605
CIE-Lab57.665884.2898-27.2084

#fa2abc color RGB value is (250,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 00101010 10111100
Octal 372 52 274
Decimal 250 42 188
Hex FA 2A BC

RGB Percentages of Color #fa2abc

%52.08
%8.75
%39.17

CMYK Percentages of Color #fa2abc

%0
%83
%25
%2

Triadic Colors of #fa2abc

#fa2abc #bcfa2a #2abcfa

Analogous Colors of #fa2abc

#fa2abc #fa2a54 #d02afa

Monochromatic Colors of #fa2abc

#fa2abc

Complementary Color

#fa2abc #2afa68

#fa2abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa2abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa2abc Color CSS Codes

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

#fa2abc Text Font Color

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

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


#fa2abc Background Color

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

This div background color is #fa2abc


#fa2abc Border Color

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

This div border color is #fa2abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa2abc


Comments

No comments written yet.

Please login to write comment.