Color Hex Logo

#fa43c3 Color Hex

#FA43C3
(250,67,195)
0 Favorites   0 Comments

Color spaces of #fa43c3

RGB 25067195
HSL0.880.950.62
HSV318°73°98°
CMYK 0.000.730.22   0.02
XYZ51.281828.278454.3852
Yxy28.27840.38290.2111
Hunter Lab53.177479.0764-23.4124
CIE-Lab60.139478.8602-27.4105

#fa43c3 color RGB value is (250,67,195).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111010 01000011 11000011
Octal 372 103 303
Decimal 250 67 195
Hex FA 43 C3

RGB Percentages of Color #fa43c3

%48.83
%13.09
%38.09

CMYK Percentages of Color #fa43c3

%0
%73
%22
%2

Triadic Colors of #fa43c3

#fa43c3 #c3fa43 #43c3fa

Analogous Colors of #fa43c3

#fa43c3 #fa4368 #d643fa

Monochromatic Colors of #fa43c3

#fa43c3

Complementary Color

#fa43c3 #43fa7a

#fa43c3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa43c3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa43c3 Color CSS Codes

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

#fa43c3 Text Font Color

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

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


#fa43c3 Background Color

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

This div background color is #fa43c3


#fa43c3 Border Color

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

This div border color is #fa43c3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa43c3

Related Colors


Comments

No comments written yet.

Please login to write comment.