Color Hex Logo

#d068ac Color Hex

#D068AC
(208,104,172)
0 Favorites   0 Comments

Color spaces of #d068ac

RGB 208104172
HSL0.890.530.61
HSV321°50°82°
CMYK 0.000.500.17   0.18
XYZ38.409126.289142.0796
Yxy26.28910.35970.2462
Hunter Lab51.272943.9888-12.7682
CIE-Lab58.310549.3559-17.5587

#d068ac color RGB value is (208,104,172).

#d068ac hex color red value is 208, green value is 104 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d068ac hue: 0.89 , saturation: 0.53 and the lightness value of d068ac is 0.61.

The process color (four color CMYK) of #d068ac color hex is 0.00, 0.50, 0.17, 0.18. Web safe color of #d068ac is #cc6699. Color #d068ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01101000 10101100
Octal 320 150 254
Decimal 208 104 172
Hex D0 68 AC

RGB Percentages of Color #d068ac

%42.98
%21.49
%35.54

CMYK Percentages of Color #d068ac

%0
%50
%17
%18

Triadic Colors of #d068ac

#d068ac #acd068 #68acd0

Analogous Colors of #d068ac

#d068ac #d06878 #c068d0

Monochromatic Colors of #d068ac

#d068ac

Complementary Color

#d068ac #68d08c

#d068ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d068ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d068ac Color CSS Codes

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

#d068ac Text Font Color

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

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


#d068ac Background Color

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

This div background color is #d068ac


#d068ac Border Color

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

This div border color is #d068ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,104,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 #d068ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d068ac


Comments

No comments written yet.

Please login to write comment.