Color Hex Logo

#fa75bd Color Hex

#FA75BD
(250,117,189)
0 Favorites   0 Comments

Color spaces of #fa75bd

RGB 250117189
HSL0.910.930.72
HSV328°53°98°
CMYK 0.000.530.24   0.02
XYZ54.970936.720752.3346
Yxy36.72070.38170.2550
Hunter Lab60.597655.8798-8.7870
CIE-Lab67.067058.5357-13.4465

#fa75bd color RGB value is (250,117,189).

#fa75bd hex color red value is 250, green value is 117 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa75bd hue: 0.91 , saturation: 0.93 and the lightness value of fa75bd is 0.72.

The process color (four color CMYK) of #fa75bd color hex is 0.00, 0.53, 0.24, 0.02. Web safe color of #fa75bd is #ff66cc. Color #fa75bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 01110101 10111101
Octal 372 165 275
Decimal 250 117 189
Hex FA 75 BD

RGB Percentages of Color #fa75bd

%44.96
%21.04
%33.99

CMYK Percentages of Color #fa75bd

%0
%53
%24
%2

Triadic Colors of #fa75bd

#fa75bd #bdfa75 #75bdfa

Analogous Colors of #fa75bd

#fa75bd #fa757b #f575fa

Monochromatic Colors of #fa75bd

#fa75bd

Complementary Color

#fa75bd #75fab2

#fa75bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa75bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa75bd Color CSS Codes

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

#fa75bd Text Font Color

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

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


#fa75bd Background Color

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

This div background color is #fa75bd


#fa75bd Border Color

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

This div border color is #fa75bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa75bd


Comments

No comments written yet.

Please login to write comment.