Color Hex Logo

#fb07ca Color Hex

#FB07CA
(251,7,202)
0 Favorites   0 Comments

Color spaces of #fb07ca

RGB 2517202
HSL0.870.970.51
HSV312°97°98°
CMYK 0.000.970.20   0.02
XYZ50.520324.925558.0255
Yxy24.92550.37850.1867
Hunter Lab49.925493.2573-33.9616
CIE-Lab57.002890.3555-36.2829

#fb07ca color RGB value is (251,7,202).

#fb07ca hex color red value is 251, green value is 7 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #fb07ca hue: 0.87 , saturation: 0.97 and the lightness value of fb07ca is 0.51.

The process color (four color CMYK) of #fb07ca color hex is 0.00, 0.97, 0.20, 0.02. Web safe color of #fb07ca is #ff00cc. Color #fb07ca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00000111 11001010
Octal 373 7 312
Decimal 251 7 202
Hex FB 7 CA

RGB Percentages of Color #fb07ca

%54.57
%1.52
%43.91

CMYK Percentages of Color #fb07ca

%0
%97
%20
%2

Triadic Colors of #fb07ca

#fb07ca #cafb07 #07cafb

Analogous Colors of #fb07ca

#fb07ca #fb0750 #b207fb

Monochromatic Colors of #fb07ca

#fb07ca

Complementary Color

#fb07ca #07fb38

#fb07ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb07ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb07ca Color CSS Codes

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

#fb07ca Text Font Color

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

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


#fb07ca Background Color

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

This div background color is #fb07ca


#fb07ca Border Color

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

This div border color is #fb07ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb07ca


Comments

No comments written yet.

Please login to write comment.