Color Hex Logo

#fd80dd Color Hex

#FD80DD
(253,128,221)
0 Favorites   0 Comments

Color spaces of #fd80dd

RGB 253128221
HSL0.880.970.75
HSV315°49°99°
CMYK 0.000.490.13   0.01
XYZ61.278341.541473.1952
Yxy41.54140.34810.2360
Hunter Lab64.452656.9167-22.2155
CIE-Lab70.553658.8669-25.9711

#fd80dd color RGB value is (253,128,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 10000000 11011101
Octal 375 200 335
Decimal 253 128 221
Hex FD 80 DD

RGB Percentages of Color #fd80dd

%42.03
%21.26
%36.71

CMYK Percentages of Color #fd80dd

%0
%49
%13
%1

Triadic Colors of #fd80dd

#fd80dd #ddfd80 #80ddfd

Analogous Colors of #fd80dd

#fd80dd #fd809f #df80fd

Monochromatic Colors of #fd80dd

#fd80dd

Complementary Color

#fd80dd #80fda0

#fd80dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd80dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd80dd Color CSS Codes

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

#fd80dd Text Font Color

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

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


#fd80dd Background Color

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

This div background color is #fd80dd


#fd80dd Border Color

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

This div border color is #fd80dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd80dd


Comments

No comments written yet.

Please login to write comment.