Color Hex Logo

#fb5fca Color Hex

#FB5FCA
(251,95,202)
0 Favorites   0 Comments

Color spaces of #fb5fca

RGB 25195202
HSL0.890.950.68
HSV319°62°98°
CMYK 0.000.620.20   0.02
XYZ54.536532.957959.3642
Yxy32.95790.37140.2244
Hunter Lab57.409069.1030-21.1230
CIE-Lab64.126870.1085-25.2376

#fb5fca color RGB value is (251,95,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 11001010
Octal 373 137 312
Decimal 251 95 202
Hex FB 5F CA

RGB Percentages of Color #fb5fca

%45.80
%17.34
%36.86

CMYK Percentages of Color #fb5fca

%0
%62
%20
%2

Triadic Colors of #fb5fca

#fb5fca #cafb5f #5fcafb

Analogous Colors of #fb5fca

#fb5fca #fb5f7c #de5ffb

Monochromatic Colors of #fb5fca

#fb5fca

Complementary Color

#fb5fca #5ffb90

#fb5fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fca Color CSS Codes

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

#fb5fca Text Font Color

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

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


#fb5fca Background Color

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

This div background color is #fb5fca


#fb5fca Border Color

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

This div border color is #fb5fca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fca

Related Colors


Comments

No comments written yet.

Please login to write comment.