Color Hex Logo

#fb74cf Color Hex

#FB74CF
(251,116,207)
0 Favorites   0 Comments

Color spaces of #fb74cf

RGB 251116207
HSL0.890.940.72
HSV320°54°98°
CMYK 0.000.540.18   0.02
XYZ57.291537.505063.2511
Yxy37.50500.36250.2373
Hunter Lab61.241359.8151-18.3668
CIE-Lab67.654261.7859-22.6467

#fb74cf color RGB value is (251,116,207).

#fb74cf hex color red value is 251, green value is 116 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #fb74cf hue: 0.89 , saturation: 0.94 and the lightness value of fb74cf is 0.72.

The process color (four color CMYK) of #fb74cf color hex is 0.00, 0.54, 0.18, 0.02. Web safe color of #fb74cf is #ff66cc. Color #fb74cf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 11001111
Octal 373 164 317
Decimal 251 116 207
Hex FB 74 CF

RGB Percentages of Color #fb74cf

%43.73
%20.21
%36.06

CMYK Percentages of Color #fb74cf

%0
%54
%18
%2

Triadic Colors of #fb74cf

#fb74cf #cffb74 #74cffb

Analogous Colors of #fb74cf

#fb74cf #fb748c #e474fb

Monochromatic Colors of #fb74cf

#fb74cf

Complementary Color

#fb74cf #74fba0

#fb74cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb74cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb74cf Color CSS Codes

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

#fb74cf Text Font Color

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

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


#fb74cf Background Color

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

This div background color is #fb74cf


#fb74cf Border Color

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

This div border color is #fb74cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb74cf


Comments

No comments written yet.

Please login to write comment.