Color Hex Logo

#fb70cc Color Hex

#FB70CC
(251,112,204)
0 Favorites   0 Comments

Color spaces of #fb70cc

RGB 251112204
HSL0.890.950.71
HSV320°55°98°
CMYK 0.000.550.19   0.02
XYZ56.476936.457261.1870
Yxy36.45720.36640.2365
Hunter Lab60.379861.2973-17.8168
CIE-Lab66.867863.1642-22.1672

#fb70cc color RGB value is (251,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110000 11001100
Octal 373 160 314
Decimal 251 112 204
Hex FB 70 CC

RGB Percentages of Color #fb70cc

%44.27
%19.75
%35.98

CMYK Percentages of Color #fb70cc

%0
%55
%19
%2

Triadic Colors of #fb70cc

#fb70cc #ccfb70 #70ccfb

Analogous Colors of #fb70cc

#fb70cc #fb7087 #e570fb

Monochromatic Colors of #fb70cc

#fb70cc

Complementary Color

#fb70cc #70fb9f

#fb70cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb70cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb70cc Color CSS Codes

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

#fb70cc Text Font Color

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

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


#fb70cc Background Color

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

This div background color is #fb70cc


#fb70cc Border Color

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

This div border color is #fb70cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb70cc


Comments

No comments written yet.

Please login to write comment.