Color Hex Logo

#d067aa Color Hex

#D067AA
(208,103,170)
0 Favorites   0 Comments

Color spaces of #d067aa

RGB 208103170
HSL0.890.530.61
HSV322°50°82°
CMYK 0.000.500.18   0.18
XYZ38.118426.012741.0421
Yxy26.01270.36240.2473
Hunter Lab51.002644.1528-12.0091
CIE-Lab58.049149.5474-16.8021

#d067aa color RGB value is (208,103,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 10101010
Octal 320 147 252
Decimal 208 103 170
Hex D0 67 AA

RGB Percentages of Color #d067aa

%43.24
%21.41
%35.34

CMYK Percentages of Color #d067aa

%0
%50
%18
%18

Triadic Colors of #d067aa

#d067aa #aad067 #67aad0

Analogous Colors of #d067aa

#d067aa #d06776 #c267d0

Monochromatic Colors of #d067aa

#d067aa

Complementary Color

#d067aa #67d08d

#d067aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d067aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d067aa Color CSS Codes

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

#d067aa Text Font Color

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

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


#d067aa Background Color

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

This div background color is #d067aa


#d067aa Border Color

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

This div border color is #d067aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d067aa


Comments

No comments written yet.

Please login to write comment.