Color Hex Logo

#fa43ba Color Hex

#FA43BA
(250,67,186)
0 Favorites   0 Comments

Color spaces of #fa43ba

RGB 25067186
HSL0.890.950.62
HSV321°73°98°
CMYK 0.000.730.26   0.02
XYZ50.294427.883549.1856
Yxy27.88350.39490.2189
Hunter Lab52.804877.6054-18.2629
CIE-Lab59.783377.7656-22.7970

#fa43ba color RGB value is (250,67,186).

#fa43ba hex color red value is 250, green value is 67 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fa43ba hue: 0.89 , saturation: 0.95 and the lightness value of fa43ba is 0.62.

The process color (four color CMYK) of #fa43ba color hex is 0.00, 0.73, 0.26, 0.02. Web safe color of #fa43ba is #ff33cc. Color #fa43ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 10111010
Octal 372 103 272
Decimal 250 67 186
Hex FA 43 BA

RGB Percentages of Color #fa43ba

%49.70
%13.32
%36.98

CMYK Percentages of Color #fa43ba

%0
%73
%26
%2

Triadic Colors of #fa43ba

#fa43ba #bafa43 #43bafa

Analogous Colors of #fa43ba

#fa43ba #fa435e #df43fa

Monochromatic Colors of #fa43ba

#fa43ba

Complementary Color

#fa43ba #43fa83

#fa43ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa43ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa43ba Color CSS Codes

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

#fa43ba Text Font Color

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

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


#fa43ba Background Color

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

This div background color is #fa43ba


#fa43ba Border Color

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

This div border color is #fa43ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa43ba

Related Colors


Comments

No comments written yet.

Please login to write comment.