color codes Logo

#fb4dba color codes

#FB4DBA
(251,77,186)
0 Favorites   0 Comments

Color spaces of #fb4dba

RGB 25177186
HSL0.900.960.64
HSV322°69°98°
CMYK 0.000.690.26   0.02
XYZ51.300529.362249.4180
Yxy29.36220.39440.2257
Hunter Lab54.186974.1647-16.1412
CIE-Lab61.100074.7694-20.7683

#fb4dba color RGB value is (251,77,186).

#fb4dba hex color red value is 251, green value is 77 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #fb4dba hue: 0.90 , saturation: 0.96 and the lightness value of fb4dba is 0.64.

The process color (four color CMYK) of #fb4dba color code is 0.00, 0.69, 0.26, 0.02. Web safe color of #fb4dba is #ff66cc. Color #fb4dba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 01001101 10111010
Octal 373 115 272
Decimal 251 77 186
Hex FB 4D BA

RGB Percentages of Color #fb4dba

%48.83
%14.98
%36.19

CMYK Percentages of Color #fb4dba

%0
%69
%26
%2

Triadic Colors of #fb4dba

#fb4dba #bafb4d #4dbafb

Analogous Colors of #fb4dba

#fb4dba #fb4d63 #e54dfb

Monochromatic Colors of #fb4dba

#fb4dba

Complementary Color

#fb4dba #4dfb8e

#fb4dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb4dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb4dba Color CSS Codes

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

#fb4dba Text Font Color

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

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


#fb4dba Background Color

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

This div background color is #fb4dba


#fb4dba Border Color

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

This div border color is #fb4dba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb4dba


Comments

No comments written yet.

Please login to write comment.