Color Hex Logo

#fa25bd Color Hex

#FA25BD
(250,37,189)
0 Favorites   0 Comments

Color spaces of #fa25bd

RGB 25037189
HSL0.880.960.56
HSV317°85°98°
CMYK 0.000.850.24   0.02
XYZ49.271225.321350.4347
Yxy25.32130.39410.2025
Hunter Lab50.320386.7182-24.2006
CIE-Lab57.387185.3327-28.2166

#fa25bd color RGB value is (250,37,189).

#fa25bd hex color red value is 250, green value is 37 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fa25bd hue: 0.88 , saturation: 0.96 and the lightness value of fa25bd is 0.56.

The process color (four color CMYK) of #fa25bd color hex is 0.00, 0.85, 0.24, 0.02. Web safe color of #fa25bd is #ff33cc. Color #fa25bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111010 00100101 10111101
Octal 372 45 275
Decimal 250 37 189
Hex FA 25 BD

RGB Percentages of Color #fa25bd

%52.52
%7.77
%39.71

CMYK Percentages of Color #fa25bd

%0
%85
%24
%2

Triadic Colors of #fa25bd

#fa25bd #bdfa25 #25bdfa

Analogous Colors of #fa25bd

#fa25bd #fa2552 #cd25fa

Monochromatic Colors of #fa25bd

#fa25bd

Complementary Color

#fa25bd #25fa62

#fa25bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fa25bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fa25bd Color CSS Codes

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

#fa25bd Text Font Color

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

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


#fa25bd Background Color

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

This div background color is #fa25bd


#fa25bd Border Color

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

This div border color is #fa25bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fa25bd


Comments

No comments written yet.

Please login to write comment.