Color Hex Logo

#fb47ca Color Hex

#FB47CA
(251,71,202)
0 Favorites   0 Comments

Color spaces of #fb47ca

RGB 25171202
HSL0.880.960.63
HSV316°72°98°
CMYK 0.000.720.20   0.02
XYZ52.697629.280058.7512
Yxy29.28000.37450.2081
Hunter Lab54.111079.1433-26.4966
CIE-Lab61.028078.7423-30.0161

#fb47ca color RGB value is (251,71,202).

#fb47ca hex color red value is 251, green value is 71 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fb47ca hue: 0.88 , saturation: 0.96 and the lightness value of fb47ca is 0.63.

The process color (four color CMYK) of #fb47ca color hex is 0.00, 0.72, 0.20, 0.02. Web safe color of #fb47ca is #ff33cc. Color #fb47ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01000111 11001010
Octal 373 107 312
Decimal 251 71 202
Hex FB 47 CA

RGB Percentages of Color #fb47ca

%47.90
%13.55
%38.55

CMYK Percentages of Color #fb47ca

%0
%72
%20
%2

Triadic Colors of #fb47ca

#fb47ca #cafb47 #47cafb

Analogous Colors of #fb47ca

#fb47ca #fb4770 #d247fb

Monochromatic Colors of #fb47ca

#fb47ca

Complementary Color

#fb47ca #47fb78

#fb47ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb47ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb47ca Color CSS Codes

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

#fb47ca Text Font Color

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

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


#fb47ca Background Color

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

This div background color is #fb47ca


#fb47ca Border Color

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

This div border color is #fb47ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb47ca


Comments

No comments written yet.

Please login to write comment.