Color Hex Logo

#fb68bc Color Hex

#FB68BC
(251,104,188)
0 Favorites   0 Comments

Color spaces of #fb68bc

RGB 251104188
HSL0.900.950.70
HSV326°59°98°
CMYK 0.000.590.25   0.02
XYZ53.811134.040751.3113
Yxy34.04070.38670.2446
Hunter Lab58.344462.5280-11.3018
CIE-Lab64.994964.5165-15.9912

#fb68bc color RGB value is (251,104,188).

#fb68bc hex color red value is 251, green value is 104 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #fb68bc hue: 0.90 , saturation: 0.95 and the lightness value of fb68bc is 0.70.

The process color (four color CMYK) of #fb68bc color hex is 0.00, 0.59, 0.25, 0.02. Web safe color of #fb68bc is #ff66cc. Color #fb68bc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01101000 10111100
Octal 373 150 274
Decimal 251 104 188
Hex FB 68 BC

RGB Percentages of Color #fb68bc

%46.22
%19.15
%34.62

CMYK Percentages of Color #fb68bc

%0
%59
%25
%2

Triadic Colors of #fb68bc

#fb68bc #bcfb68 #68bcfb

Analogous Colors of #fb68bc

#fb68bc #fb6873 #f168fb

Monochromatic Colors of #fb68bc

#fb68bc

Complementary Color

#fb68bc #68fba7

#fb68bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb68bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb68bc Color CSS Codes

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

#fb68bc Text Font Color

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

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


#fb68bc Background Color

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

This div background color is #fb68bc


#fb68bc Border Color

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

This div border color is #fb68bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb68bc


Comments

No comments written yet.

Please login to write comment.