Color Hex Logo

#fb5fc4 Color Hex

#FB5FC4
(251,95,196)
0 Favorites   0 Comments

Color spaces of #fb5fc4

RGB 25195196
HSL0.890.950.68
HSV321°62°98°
CMYK 0.000.620.22   0.02
XYZ53.839732.679255.6946
Yxy32.67920.37860.2298
Hunter Lab57.165768.0745-17.7482
CIE-Lab63.900369.3077-22.1897

#fb5fc4 color RGB value is (251,95,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01011111 11000100
Octal 373 137 304
Decimal 251 95 196
Hex FB 5F C4

RGB Percentages of Color #fb5fc4

%46.31
%17.53
%36.16

CMYK Percentages of Color #fb5fc4

%0
%62
%22
%2

Triadic Colors of #fb5fc4

#fb5fc4 #c4fb5f #5fc4fb

Analogous Colors of #fb5fc4

#fb5fc4 #fb5f76 #e45ffb

Monochromatic Colors of #fb5fc4

#fb5fc4

Complementary Color

#fb5fc4 #5ffb96

#fb5fc4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb5fc4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb5fc4 Color CSS Codes

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

#fb5fc4 Text Font Color

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

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


#fb5fc4 Background Color

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

This div background color is #fb5fc4


#fb5fc4 Border Color

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

This div border color is #fb5fc4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb5fc4


Comments

No comments written yet.

Please login to write comment.