Color Hex Logo

#fb77da Color Hex

#FB77DA
(251,119,218)
0 Favorites   0 Comments

Color spaces of #fb77da

RGB 251119218
HSL0.880.940.73
HSV315°53°98°
CMYK 0.000.530.13   0.02
XYZ59.035438.764870.7005
Yxy38.76480.35040.2301
Hunter Lab62.261460.2939-23.7434
CIE-Lab68.580662.0357-27.3593

#fb77da color RGB value is (251,119,218).

#fb77da hex color red value is 251, green value is 119 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fb77da hue: 0.88 , saturation: 0.94 and the lightness value of fb77da is 0.73.

The process color (four color CMYK) of #fb77da color hex is 0.00, 0.53, 0.13, 0.02. Web safe color of #fb77da is #ff66cc. Color #fb77da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01110111 11011010
Octal 373 167 332
Decimal 251 119 218
Hex FB 77 DA

RGB Percentages of Color #fb77da

%42.69
%20.24
%37.07

CMYK Percentages of Color #fb77da

%0
%53
%13
%2

Triadic Colors of #fb77da

#fb77da #dafb77 #77dafb

Analogous Colors of #fb77da

#fb77da #fb7798 #da77fb

Monochromatic Colors of #fb77da

#fb77da

Complementary Color

#fb77da #77fb98

#fb77da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb77da Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb77da Color CSS Codes

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

#fb77da Text Font Color

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

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


#fb77da Background Color

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

This div background color is #fb77da


#fb77da Border Color

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

This div border color is #fb77da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb77da


Comments

No comments written yet.

Please login to write comment.