Color Hex Logo

#fd83bd Color Hex

#FD83BD
(253,131,189)
0 Favorites   0 Comments

Color spaces of #fd83bd

RGB 253131189
HSL0.920.970.75
HSV331°48°99°
CMYK 0.000.480.25   0.01
XYZ57.809640.789452.9703
Yxy40.78940.38140.2691
Hunter Lab63.866649.8049-4.4679
CIE-Lab70.028152.8229-8.9728

#fd83bd color RGB value is (253,131,189).

#fd83bd hex color red value is 253, green value is 131 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd83bd hue: 0.92 , saturation: 0.97 and the lightness value of fd83bd is 0.75.

The process color (four color CMYK) of #fd83bd color hex is 0.00, 0.48, 0.25, 0.01. Web safe color of #fd83bd is #ff99cc. Color #fd83bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000011 10111101
Octal 375 203 275
Decimal 253 131 189
Hex FD 83 BD

RGB Percentages of Color #fd83bd

%44.15
%22.86
%32.98

CMYK Percentages of Color #fd83bd

%0
%48
%25
%1

Triadic Colors of #fd83bd

#fd83bd #bdfd83 #83bdfd

Analogous Colors of #fd83bd

#fd83bd #fd8683 #fd83fa

Monochromatic Colors of #fd83bd

#fd83bd

Complementary Color

#fd83bd #83fdc3

#fd83bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd83bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd83bd Color CSS Codes

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

#fd83bd Text Font Color

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

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


#fd83bd Background Color

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

This div background color is #fd83bd


#fd83bd Border Color

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

This div border color is #fd83bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd83bd

Related Colors


Comments

No comments written yet.

Please login to write comment.