Color Hex Logo

#fd07db Color Hex

#FD07DB
(253,7,219)
0 Favorites   0 Comments

Color spaces of #fd07db

RGB 2537219
HSL0.860.980.51
HSV308°97°99°
CMYK 0.000.970.13   0.01
XYZ53.370226.149169.2522
Yxy26.14910.35870.1758
Hunter Lab51.136296.8099-44.4993
CIE-Lab58.178392.7655-44.1035

#fd07db color RGB value is (253,7,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 11011011
Octal 375 7 333
Decimal 253 7 219
Hex FD 7 DB

RGB Percentages of Color #fd07db

%52.82
%1.46
%45.72

CMYK Percentages of Color #fd07db

%0
%97
%13
%1

Triadic Colors of #fd07db

#fd07db #dbfd07 #07dbfd

Analogous Colors of #fd07db

#fd07db #fd0760 #a407fd

Monochromatic Colors of #fd07db

#fd07db

Complementary Color

#fd07db #07fd29

#fd07db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd07db Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd07db Color CSS Codes

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

#fd07db Text Font Color

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

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


#fd07db Background Color

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

This div background color is #fd07db


#fd07db Border Color

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

This div border color is #fd07db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd07db


Comments

No comments written yet.

Please login to write comment.