Color Hex Logo

#fd91dd Color Hex

#FD91DD
(253,145,221)
0 Favorites   0 Comments

Color spaces of #fd91dd

RGB 253145221
HSL0.880.960.78
HSV318°43°99°
CMYK 0.000.430.13   0.01
XYZ63.684646.353973.9973
Yxy46.35390.34600.2519
Hunter Lab68.083747.8201-16.7812
CIE-Lab73.774650.5647-21.0553

#fd91dd color RGB value is (253,145,221).

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

The process color (four color CMYK) of #fd91dd color hex is 0.00, 0.43, 0.13, 0.01. Web safe color of #fd91dd is #ff99cc. Color #fd91dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 10010001 11011101
Octal 375 221 335
Decimal 253 145 221
Hex FD 91 DD

RGB Percentages of Color #fd91dd

%40.87
%23.42
%35.70

CMYK Percentages of Color #fd91dd

%0
%43
%13
%1

Triadic Colors of #fd91dd

#fd91dd #ddfd91 #91ddfd

Analogous Colors of #fd91dd

#fd91dd #fd91a7 #e791fd

Monochromatic Colors of #fd91dd

#fd91dd

Complementary Color

#fd91dd #91fdb1

#fd91dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd91dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd91dd Color CSS Codes

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

#fd91dd Text Font Color

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

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


#fd91dd Background Color

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

This div background color is #fd91dd


#fd91dd Border Color

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

This div border color is #fd91dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd91dd


Comments

No comments written yet.

Please login to write comment.