Color Hex Logo

#fb74dc Color Hex

#FB74DC
(251,116,220)
0 Favorites   0 Comments

Color spaces of #fb74dc

RGB 251116220
HSL0.870.940.72
HSV314°54°98°
CMYK 0.000.540.12   0.02
XYZ58.947338.167371.9703
Yxy38.16730.34860.2257
Hunter Lab61.779762.2019-25.8242
CIE-Lab68.143763.7062-29.1431

#fb74dc color RGB value is (251,116,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110100 11011100
Octal 373 164 334
Decimal 251 116 220
Hex FB 74 DC

RGB Percentages of Color #fb74dc

%42.76
%19.76
%37.48

CMYK Percentages of Color #fb74dc

%0
%54
%12
%2

Triadic Colors of #fb74dc

#fb74dc #dcfb74 #74dcfb

Analogous Colors of #fb74dc

#fb74dc #fb7499 #d774fb

Monochromatic Colors of #fb74dc

#fb74dc

Complementary Color

#fb74dc #74fb93

#fb74dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb74dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb74dc Color CSS Codes

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

#fb74dc Text Font Color

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

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


#fb74dc Background Color

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

This div background color is #fb74dc


#fb74dc Border Color

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

This div border color is #fb74dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb74dc


Comments

No comments written yet.

Please login to write comment.