Color Hex Logo

#fb629d Color Hex

#FB629D
(251,98,157)
0 Favorites   0 Comments

Color spaces of #fb629d

RGB 25198157
HSL0.940.950.68
HSV337°61°98°
CMYK 0.000.610.37   0.02
XYZ50.237131.678935.3651
Yxy31.67890.42830.2701
Hunter Lab56.284060.82572.1449
CIE-Lab63.076663.4169-1.1396

#fb629d color RGB value is (251,98,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111011 01100010 10011101
Octal 373 142 235
Decimal 251 98 157
Hex FB 62 9D

RGB Percentages of Color #fb629d

%49.60
%19.37
%31.03

CMYK Percentages of Color #fb629d

%0
%61
%37
%2

Triadic Colors of #fb629d

#fb629d #9dfb62 #629dfb

Analogous Colors of #fb629d

#fb629d #fb7462 #fb62ea

Monochromatic Colors of #fb629d

#fb629d

Complementary Color

#fb629d #62fbc0

#fb629d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb629d Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb629d Color CSS Codes

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

#fb629d Text Font Color

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

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


#fb629d Background Color

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

This div background color is #fb629d


#fb629d Border Color

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

This div border color is #fb629d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb629d

Related Colors


Comments

No comments written yet.

Please login to write comment.