Color Hex Logo

#fa3258 Color Hex

#FA3258
(250,50,88)
0 Favorites   0 Comments

Color spaces of #fa3258

RGB 2505088
HSL0.970.950.59
HSV349°80°98°
CMYK 0.000.800.65   0.02
XYZ42.326423.309811.5009
Yxy23.30980.54870.3022
Hunter Lab48.280271.997319.6726
CIE-Lab55.390074.106428.5452

#fa3258 color RGB value is (250,50,88).

#fa3258 hex color red value is 250, green value is 50 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #fa3258 hue: 0.97 , saturation: 0.95 and the lightness value of fa3258 is 0.59.

The process color (four color CMYK) of #fa3258 color hex is 0.00, 0.80, 0.65, 0.02. Web safe color of #fa3258 is #ff3366. Color #fa3258 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00110010 01011000
Octal 372 62 130
Decimal 250 50 88
Hex FA 32 58

RGB Percentages of Color #fa3258

%64.43
%12.89
%22.68

CMYK Percentages of Color #fa3258

%0
%80
%65
%2

Triadic Colors of #fa3258

#fa3258 #58fa32 #3258fa

Analogous Colors of #fa3258

#fa3258 #fa7032 #fa32bc

Monochromatic Colors of #fa3258

#fa3258

Complementary Color

#fa3258 #32fad4

#fa3258 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa3258 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa3258 Color CSS Codes

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

#fa3258 Text Font Color

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

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


#fa3258 Background Color

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

This div background color is #fa3258


#fa3258 Border Color

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

This div border color is #fa3258


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa3258


Comments

No comments written yet.

Please login to write comment.