Color Hex Logo

#fd93bd Color Hex

#FD93BD
(253,147,189)
0 Favorites   0 Comments

Color spaces of #fd93bd

RGB 253147189
HSL0.930.960.78
HSV336°42°99°
CMYK 0.000.420.25   0.01
XYZ60.127045.424253.7428
Yxy45.42420.37750.2852
Hunter Lab67.397541.2988-0.0997
CIE-Lab73.170344.8655-4.3161

#fd93bd color RGB value is (253,147,189).

#fd93bd hex color red value is 253, green value is 147 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #fd93bd hue: 0.93 , saturation: 0.96 and the lightness value of fd93bd is 0.78.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010011 10111101
Octal 375 223 275
Decimal 253 147 189
Hex FD 93 BD

RGB Percentages of Color #fd93bd

%42.95
%24.96
%32.09

CMYK Percentages of Color #fd93bd

%0
%42
%25
%1

Triadic Colors of #fd93bd

#fd93bd #bdfd93 #93bdfd

Analogous Colors of #fd93bd

#fd93bd #fd9e93 #fd93f2

Monochromatic Colors of #fd93bd

#fd93bd

Complementary Color

#fd93bd #93fdd3

#fd93bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd93bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd93bd Color CSS Codes

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

#fd93bd Text Font Color

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

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


#fd93bd Background Color

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

This div background color is #fd93bd


#fd93bd Border Color

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

This div border color is #fd93bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd93bd


Comments

No comments written yet.

Please login to write comment.