Color Hex Logo

#fa53bc Color Hex

#FA53BC
(250,83,188)
0 Favorites   0 Comments

Color spaces of #fa53bc

RGB 25083188
HSL0.900.940.65
HSV322°67°98°
CMYK 0.000.670.25   0.02
XYZ51.594730.141350.6755
Yxy30.14130.38970.2276
Hunter Lab54.901171.6730-16.2958
CIE-Lab61.775972.6324-20.8955

#fa53bc color RGB value is (250,83,188).

#fa53bc hex color red value is 250, green value is 83 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fa53bc hue: 0.90 , saturation: 0.94 and the lightness value of fa53bc is 0.65.

The process color (four color CMYK) of #fa53bc color hex is 0.00, 0.67, 0.25, 0.02. Web safe color of #fa53bc is #ff66cc. Color #fa53bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01010011 10111100
Octal 372 123 274
Decimal 250 83 188
Hex FA 53 BC

RGB Percentages of Color #fa53bc

%47.98
%15.93
%36.08

CMYK Percentages of Color #fa53bc

%0
%67
%25
%2

Triadic Colors of #fa53bc

#fa53bc #bcfa53 #53bcfa

Analogous Colors of #fa53bc

#fa53bc #fa5369 #e553fa

Monochromatic Colors of #fa53bc

#fa53bc

Complementary Color

#fa53bc #53fa91

#fa53bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa53bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa53bc Color CSS Codes

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

#fa53bc Text Font Color

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

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


#fa53bc Background Color

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

This div background color is #fa53bc


#fa53bc Border Color

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

This div border color is #fa53bc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(250,83,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 #fa53bc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa53bc


Comments

No comments written yet.

Please login to write comment.