Color Hex Logo

#fd85dd Color Hex

#FD85DD
(253,133,221)
0 Favorites   0 Comments

Color spaces of #fd85dd

RGB 253133221
HSL0.880.970.76
HSV316°47°99°
CMYK 0.000.470.13   0.01
XYZ61.946742.878273.4180
Yxy42.87820.34750.2406
Hunter Lab65.481454.2719-20.6391
CIE-Lab71.472256.4720-24.5648

#fd85dd color RGB value is (253,133,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000101 11011101
Octal 375 205 335
Decimal 253 133 221
Hex FD 85 DD

RGB Percentages of Color #fd85dd

%41.68
%21.91
%36.41

CMYK Percentages of Color #fd85dd

%0
%47
%13
%1

Triadic Colors of #fd85dd

#fd85dd #ddfd85 #85ddfd

Analogous Colors of #fd85dd

#fd85dd #fd85a1 #e185fd

Monochromatic Colors of #fd85dd

#fd85dd

Complementary Color

#fd85dd #85fda5

#fd85dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd85dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd85dd Color CSS Codes

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

#fd85dd Text Font Color

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

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


#fd85dd Background Color

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

This div background color is #fd85dd


#fd85dd Border Color

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

This div border color is #fd85dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd85dd


Comments

No comments written yet.

Please login to write comment.