Color Hex Logo

#fd07dd Color Hex

#FD07DD
(253,7,221)
0 Favorites   0 Comments

Color spaces of #fd07dd

RGB 2537221
HSL0.860.980.51
HSV308°97°99°
CMYK 0.000.970.13   0.01
XYZ53.635126.255170.6475
Yxy26.25510.35630.1744
Hunter Lab51.239797.1750-45.8791
CIE-Lab58.278493.0154-45.0784

#fd07dd color RGB value is (253,7,221).

#fd07dd hex color red value is 253, green value is 7 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #fd07dd hue: 0.86 , saturation: 0.98 and the lightness value of fd07dd is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 11011101
Octal 375 7 335
Decimal 253 7 221
Hex FD 7 DD

RGB Percentages of Color #fd07dd

%52.60
%1.46
%45.95

CMYK Percentages of Color #fd07dd

%0
%97
%13
%1

Triadic Colors of #fd07dd

#fd07dd #ddfd07 #07ddfd

Analogous Colors of #fd07dd

#fd07dd #fd0762 #a207fd

Monochromatic Colors of #fd07dd

#fd07dd

Complementary Color

#fd07dd #07fd27

#fd07dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd07dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd07dd Color CSS Codes

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

#fd07dd Text Font Color

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

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


#fd07dd Background Color

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

This div background color is #fd07dd


#fd07dd Border Color

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

This div border color is #fd07dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd07dd


Comments

No comments written yet.

Please login to write comment.