Color Hex Logo

#fd1fbd Color Hex

#FD1FBD
(253,31,189)
0 Favorites   0 Comments

Color spaces of #fd1fbd

RGB 25331189
HSL0.880.980.56
HSV317°88°99°
CMYK 0.000.880.25   0.01
XYZ50.183325.536750.4282
Yxy25.53670.39780.2024
Hunter Lab50.533988.8275-23.7923
CIE-Lab57.594786.9016-27.8521

#fd1fbd color RGB value is (253,31,189).

#fd1fbd hex color red value is 253, green value is 31 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd1fbd hue: 0.88 , saturation: 0.98 and the lightness value of fd1fbd is 0.56.

The process color (four color CMYK) of #fd1fbd color hex is 0.00, 0.88, 0.25, 0.01. Web safe color of #fd1fbd is #ff33cc. Color #fd1fbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00011111 10111101
Octal 375 37 275
Decimal 253 31 189
Hex FD 1F BD

RGB Percentages of Color #fd1fbd

%53.49
%6.55
%39.96

CMYK Percentages of Color #fd1fbd

%0
%88
%25
%1

Triadic Colors of #fd1fbd

#fd1fbd #bdfd1f #1fbdfd

Analogous Colors of #fd1fbd

#fd1fbd #fd1f4e #ce1ffd

Monochromatic Colors of #fd1fbd

#fd1fbd

Complementary Color

#fd1fbd #1ffd5f

#fd1fbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd1fbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd1fbd Color CSS Codes

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

#fd1fbd Text Font Color

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

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


#fd1fbd Background Color

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

This div background color is #fd1fbd


#fd1fbd Border Color

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

This div border color is #fd1fbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(253,31,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd1fbd


Comments

No comments written yet.

Please login to write comment.