Color Hex Logo

#fb72ca Color Hex

#FB72CA
(251,114,202)
0 Favorites   0 Comments

Color spaces of #fb72ca

RGB 251114202
HSL0.890.940.72
HSV321°55°98°
CMYK 0.000.550.20   0.02
XYZ56.461636.808160.0059
Yxy36.80810.36840.2401
Hunter Lab60.669759.9472-16.1725
CIE-Lab67.132861.9840-20.6414

#fb72ca color RGB value is (251,114,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110010 11001010
Octal 373 162 312
Decimal 251 114 202
Hex FB 72 CA

RGB Percentages of Color #fb72ca

%44.27
%20.11
%35.63

CMYK Percentages of Color #fb72ca

%0
%55
%20
%2

Triadic Colors of #fb72ca

#fb72ca #cafb72 #72cafb

Analogous Colors of #fb72ca

#fb72ca #fb7286 #e872fb

Monochromatic Colors of #fb72ca

#fb72ca

Complementary Color

#fb72ca #72fba3

#fb72ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb72ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb72ca Color CSS Codes

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

#fb72ca Text Font Color

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

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


#fb72ca Background Color

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

This div background color is #fb72ca


#fb72ca Border Color

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

This div border color is #fb72ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb72ca


Comments

No comments written yet.

Please login to write comment.