Color Hex Logo

#fa308a Color Hex

#FA308A
(250,48,138)
0 Favorites   0 Comments

Color spaces of #fa308a

RGB 25048138
HSL0.930.950.58
HSV333°81°98°
CMYK 0.000.810.45   0.02
XYZ45.068724.272926.3545
Yxy24.27290.47100.2536
Hunter Lab49.267577.06912.7715
CIE-Lab56.360077.99950.1174

#fa308a color RGB value is (250,48,138).

#fa308a hex color red value is 250, green value is 48 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #fa308a hue: 0.93 , saturation: 0.95 and the lightness value of fa308a is 0.58.

The process color (four color CMYK) of #fa308a color hex is 0.00, 0.81, 0.45, 0.02. Web safe color of #fa308a is #ff3399. Color #fa308a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110000 10001010
Octal 372 60 212
Decimal 250 48 138
Hex FA 30 8A

RGB Percentages of Color #fa308a

%57.34
%11.01
%31.65

CMYK Percentages of Color #fa308a

%0
%81
%45
%2

Triadic Colors of #fa308a

#fa308a #8afa30 #308afa

Analogous Colors of #fa308a

#fa308a #fa3b30 #fa30ef

Monochromatic Colors of #fa308a

#fa308a

Complementary Color

#fa308a #30faa0

#fa308a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa308a Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa308a Color CSS Codes

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

#fa308a Text Font Color

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

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


#fa308a Background Color

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

This div background color is #fa308a


#fa308a Border Color

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

This div border color is #fa308a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa308a


Comments

No comments written yet.

Please login to write comment.