Color Hex Logo

#d00fac Color Hex

#D00FAC
(208,15,172)
0 Favorites   0 Comments

Color spaces of #d00fac

RGB 20815172
HSL0.860.870.44
HSV311°93°82°
CMYK 0.000.930.17   0.18
XYZ33.629616.730140.4865
Yxy16.73010.37020.1842
Hunter Lab40.902475.1817-30.0554
CIE-Lab47.918178.1332-33.6143

#d00fac color RGB value is (208,15,172).

#d00fac hex color red value is 208, green value is 15 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d00fac hue: 0.86 , saturation: 0.87 and the lightness value of d00fac is 0.44.

The process color (four color CMYK) of #d00fac color hex is 0.00, 0.93, 0.17, 0.18. Web safe color of #d00fac is #cc0099. Color #d00fac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00001111 10101100
Octal 320 17 254
Decimal 208 15 172
Hex D0 F AC

RGB Percentages of Color #d00fac

%52.66
%3.80
%43.54

CMYK Percentages of Color #d00fac

%0
%93
%17
%18

Triadic Colors of #d00fac

#d00fac #acd00f #0facd0

Analogous Colors of #d00fac

#d00fac #d00f4b #940fd0

Monochromatic Colors of #d00fac

#d00fac

Complementary Color

#d00fac #0fd033

#d00fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d00fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d00fac Color CSS Codes

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

#d00fac Text Font Color

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

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


#d00fac Background Color

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

This div background color is #d00fac


#d00fac Border Color

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

This div border color is #d00fac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(208,15,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d00fac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d00fac;
  -webkit-box-shadow: 1px 1px 3px 2px #d00fac;
  box-shadow:         1px 1px 3px 2px #d00fac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,15,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d00fac


Comments

No comments written yet.

Please login to write comment.