Color Hex Logo

#fd01dd Color Hex

#FD01DD
(253,1,221)
0 Favorites   0 Comments

Color spaces of #fd01dd

RGB 2531221
HSL0.850.990.50
HSV308°100°99°
CMYK 0.001.000.13   0.01
XYZ53.570026.124870.6258
Yxy26.12480.35640.1738
Hunter Lab51.112497.6358-46.1467
CIE-Lab58.155393.3787-45.2729

#fd01dd color RGB value is (253,1,221).

#fd01dd hex color red value is 253, green value is 1 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fd01dd hue: 0.85 , saturation: 0.99 and the lightness value of fd01dd is 0.50.

The process color (four color CMYK) of #fd01dd color hex is 0.00, 1.00, 0.13, 0.01. Web safe color of #fd01dd is #ff00cc. Color #fd01dd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000001 11011101
Octal 375 1 335
Decimal 253 1 221
Hex FD 1 DD

RGB Percentages of Color #fd01dd

%53.26
%0.21
%46.53

CMYK Percentages of Color #fd01dd

%0
%100
%13
%1

Triadic Colors of #fd01dd

#fd01dd #ddfd01 #01ddfd

Analogous Colors of #fd01dd

#fd01dd #fd015f #9f01fd

Monochromatic Colors of #fd01dd

#fd01dd

Complementary Color

#fd01dd #01fd21

#fd01dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd01dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd01dd Color CSS Codes

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

#fd01dd Text Font Color

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

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


#fd01dd Background Color

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

This div background color is #fd01dd


#fd01dd Border Color

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

This div border color is #fd01dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd01dd


Comments

No comments written yet.

Please login to write comment.