Color Hex Logo

#fd07c7 Color Hex

#FD07C7
(253,7,199)
0 Favorites   0 Comments

Color spaces of #fd07c7

RGB 2537199
HSL0.870.980.51
HSV313°97°99°
CMYK 0.000.970.21   0.01
XYZ50.892825.158156.2065
Yxy25.15810.38480.1902
Hunter Lab50.157993.3393-31.3294
CIE-Lab57.229190.3727-34.1802

#fd07c7 color RGB value is (253,7,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 11000111
Octal 375 7 307
Decimal 253 7 199
Hex FD 7 C7

RGB Percentages of Color #fd07c7

%55.12
%1.53
%43.36

CMYK Percentages of Color #fd07c7

%0
%97
%21
%1

Triadic Colors of #fd07c7

#fd07c7 #c7fd07 #07c7fd

Analogous Colors of #fd07c7

#fd07c7 #fd074c #b807fd

Monochromatic Colors of #fd07c7

#fd07c7

Complementary Color

#fd07c7 #07fd3d

#fd07c7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd07c7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd07c7 Color CSS Codes

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

#fd07c7 Text Font Color

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

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


#fd07c7 Background Color

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

This div background color is #fd07c7


#fd07c7 Border Color

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

This div border color is #fd07c7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd07c7


Comments

No comments written yet.

Please login to write comment.