Color Hex Logo

#fb7acc Color Hex

#FB7ACC
(251,122,204)
0 Favorites   0 Comments

Color spaces of #fb7acc

RGB 251122204
HSL0.890.940.73
HSV322°51°98°
CMYK 0.000.510.19   0.02
XYZ57.642338.787961.5755
Yxy38.78790.36480.2455
Hunter Lab62.279956.2182-15.0234
CIE-Lab68.597358.5809-19.5338

#fb7acc color RGB value is (251,122,204).

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

The process color (four color CMYK) of #fb7acc color hex is 0.00, 0.51, 0.19, 0.02. Web safe color of #fb7acc is #ff66cc. Color #fb7acc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01111010 11001100
Octal 373 172 314
Decimal 251 122 204
Hex FB 7A CC

RGB Percentages of Color #fb7acc

%43.50
%21.14
%35.36

CMYK Percentages of Color #fb7acc

%0
%51
%19
%2

Triadic Colors of #fb7acc

#fb7acc #ccfb7a #7accfb

Analogous Colors of #fb7acc

#fb7acc #fb7a8c #ea7afb

Monochromatic Colors of #fb7acc

#fb7acc

Complementary Color

#fb7acc #7afba9

#fb7acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb7acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb7acc Color CSS Codes

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

#fb7acc Text Font Color

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

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


#fb7acc Background Color

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

This div background color is #fb7acc


#fb7acc Border Color

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

This div border color is #fb7acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb7acc


Comments

No comments written yet.

Please login to write comment.