Color Hex Logo

#fb629c Color Hex

#FB629C
(251,98,156)
0 Favorites   0 Comments

Color spaces of #fb629c

RGB 25198156
HSL0.940.950.68
HSV337°61°98°
CMYK 0.000.610.38   0.02
XYZ50.152131.644934.9173
Yxy31.64490.42970.2711
Hunter Lab56.253860.69442.5758
CIE-Lab63.048363.3107-0.6056

#fb629c color RGB value is (251,98,156).

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

The process color (four color CMYK) of #fb629c color hex is 0.00, 0.61, 0.38, 0.02. Web safe color of #fb629c is #ff6699. Color #fb629c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 10011100
Octal 373 142 234
Decimal 251 98 156
Hex FB 62 9C

RGB Percentages of Color #fb629c

%49.70
%19.41
%30.89

CMYK Percentages of Color #fb629c

%0
%61
%38
%2

Triadic Colors of #fb629c

#fb629c #9cfb62 #629cfb

Analogous Colors of #fb629c

#fb629c #fb7562 #fb62e9

Monochromatic Colors of #fb629c

#fb629c

Complementary Color

#fb629c #62fbc1

#fb629c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb629c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb629c Color CSS Codes

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

#fb629c Text Font Color

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

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


#fb629c Background Color

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

This div background color is #fb629c


#fb629c Border Color

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

This div border color is #fb629c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb629c


Comments

No comments written yet.

Please login to write comment.