Color Hex Logo

#fb3dda Color Hex

#FB3DDA
(251,61,218)
0 Favorites   0 Comments

Color spaces of #fb3dda

RGB 25161218
HSL0.860.960.61
HSV310°76°98°
CMYK 0.000.760.13   0.02
XYZ54.107328.908769.0578
Yxy28.90870.35580.1901
Hunter Lab53.766885.5385-38.5150
CIE-Lab60.701083.7823-39.5930

#fb3dda color RGB value is (251,61,218).

#fb3dda hex color red value is 251, green value is 61 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fb3dda hue: 0.86 , saturation: 0.96 and the lightness value of fb3dda is 0.61.

The process color (four color CMYK) of #fb3dda color hex is 0.00, 0.76, 0.13, 0.02. Web safe color of #fb3dda is #ff33cc. Color #fb3dda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111011 00111101 11011010
Octal 373 75 332
Decimal 251 61 218
Hex FB 3D DA

RGB Percentages of Color #fb3dda

%47.36
%11.51
%41.13

CMYK Percentages of Color #fb3dda

%0
%76
%13
%2

Triadic Colors of #fb3dda

#fb3dda #dafb3d #3ddafb

Analogous Colors of #fb3dda

#fb3dda #fb3d7b #bd3dfb

Monochromatic Colors of #fb3dda

#fb3dda

Complementary Color

#fb3dda #3dfb5e

#fb3dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fb3dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fb3dda Color CSS Codes

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

#fb3dda Text Font Color

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

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


#fb3dda Background Color

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

This div background color is #fb3dda


#fb3dda Border Color

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

This div border color is #fb3dda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(251,61,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 #fb3dda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fb3dda


Comments

No comments written yet.

Please login to write comment.