Color Hex Logo

#fd07bf Color Hex

#FD07BF
(253,7,191)
0 Favorites   0 Comments

Color spaces of #fd07bf

RGB 2537191
HSL0.880.980.51
HSV315°97°99°
CMYK 0.000.970.25   0.01
XYZ49.988024.796251.4417
Yxy24.79620.39600.1964
Hunter Lab49.795892.0464-26.3927
CIE-Lab56.876389.4730-30.1204

#fd07bf color RGB value is (253,7,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111101 00000111 10111111
Octal 375 7 277
Decimal 253 7 191
Hex FD 7 BF

RGB Percentages of Color #fd07bf

%56.10
%1.55
%42.35

CMYK Percentages of Color #fd07bf

%0
%97
%25
%1

Triadic Colors of #fd07bf

#fd07bf #bffd07 #07bffd

Analogous Colors of #fd07bf

#fd07bf #fd0744 #c007fd

Monochromatic Colors of #fd07bf

#fd07bf

Complementary Color

#fd07bf #07fd45

#fd07bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd07bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd07bf Color CSS Codes

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

#fd07bf Text Font Color

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

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


#fd07bf Background Color

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

This div background color is #fd07bf


#fd07bf Border Color

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

This div border color is #fd07bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd07bf


Comments

No comments written yet.

Please login to write comment.