Color Hex Logo

#fb25cf Color Hex

#FB25CF
(251,37,207)
0 Favorites   0 Comments

Color spaces of #fb25cf

RGB 25137207
HSL0.870.960.56
HSV312°85°98°
CMYK 0.000.850.18   0.02
XYZ51.707726.337461.3898
Yxy26.33740.37080.1889
Hunter Lab51.320090.0386-34.9997
CIE-Lab58.355987.6714-37.0250

#fb25cf color RGB value is (251,37,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 00100101 11001111
Octal 373 45 317
Decimal 251 37 207
Hex FB 25 CF

RGB Percentages of Color #fb25cf

%50.71
%7.47
%41.82

CMYK Percentages of Color #fb25cf

%0
%85
%18
%2

Triadic Colors of #fb25cf

#fb25cf #cffb25 #25cffb

Analogous Colors of #fb25cf

#fb25cf #fb2564 #bc25fb

Monochromatic Colors of #fb25cf

#fb25cf

Complementary Color

#fb25cf #25fb51

#fb25cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb25cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb25cf Color CSS Codes

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

#fb25cf Text Font Color

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

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


#fb25cf Background Color

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

This div background color is #fb25cf


#fb25cf Border Color

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

This div border color is #fb25cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,37,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb25cf


Comments

No comments written yet.

Please login to write comment.