Color Hex Logo

#fd0acf Color Hex

#FD0ACF
(253,10,207)
0 Favorites   0 Comments

Color spaces of #fd0acf

RGB 25310207
HSL0.860.980.52
HSV311°96°99°
CMYK 0.000.960.18   0.01
XYZ51.879025.604761.2394
Yxy25.60470.37400.1846
Hunter Lab50.601194.4561-36.3343
CIE-Lab57.659991.1217-38.0900

#fd0acf color RGB value is (253,10,207).

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

The process color (four color CMYK) of #fd0acf color hex is 0.00, 0.96, 0.18, 0.01. Web safe color of #fd0acf is #ff00cc. Color #fd0acf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111101 00001010 11001111
Octal 375 12 317
Decimal 253 10 207
Hex FD A CF

RGB Percentages of Color #fd0acf

%53.83
%2.13
%44.04

CMYK Percentages of Color #fd0acf

%0
%96
%18
%1

Triadic Colors of #fd0acf

#fd0acf #cffd0a #0acffd

Analogous Colors of #fd0acf

#fd0acf #fd0a56 #b20afd

Monochromatic Colors of #fd0acf

#fd0acf

Complementary Color

#fd0acf #0afd38

#fd0acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fd0acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#fd0acf Color CSS Codes

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

#fd0acf Text Font Color

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

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


#fd0acf Background Color

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

This div background color is #fd0acf


#fd0acf Border Color

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

This div border color is #fd0acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fd0acf


Comments

No comments written yet.

Please login to write comment.