Color Hex Logo

#fd1bda Color Hex

#FD1BDA
(253,27,218)
0 Favorites   0 Comments

Color spaces of #fd1bda

RGB 25327218
HSL0.860.980.55
HSV309°89°99°
CMYK 0.000.890.14   0.01
XYZ53.554826.728568.6661
Yxy26.72850.35960.1794
Hunter Lab51.699694.4310-42.5577
CIE-Lab58.722290.8962-42.6792

#fd1bda color RGB value is (253,27,218).

#fd1bda hex color red value is 253, green value is 27 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #fd1bda hue: 0.86 , saturation: 0.98 and the lightness value of fd1bda is 0.55.

The process color (four color CMYK) of #fd1bda color hex is 0.00, 0.89, 0.14, 0.01. Web safe color of #fd1bda is #ff33cc. Color #fd1bda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011011 11011010
Octal 375 33 332
Decimal 253 27 218
Hex FD 1B DA

RGB Percentages of Color #fd1bda

%50.80
%5.42
%43.78

CMYK Percentages of Color #fd1bda

%0
%89
%14
%1

Triadic Colors of #fd1bda

#fd1bda #dafd1b #1bdafd

Analogous Colors of #fd1bda

#fd1bda #fd1b69 #af1bfd

Monochromatic Colors of #fd1bda

#fd1bda

Complementary Color

#fd1bda #1bfd3e

#fd1bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1bda Color CSS Codes

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

#fd1bda Text Font Color

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

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


#fd1bda Background Color

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

This div background color is #fd1bda


#fd1bda Border Color

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

This div border color is #fd1bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1bda


Comments

No comments written yet.

Please login to write comment.