Color Hex Logo

#d067ab Color Hex

#D067AB
(208,103,171)
0 Favorites   0 Comments

Color spaces of #d067ab

RGB 208103171
HSL0.890.530.61
HSV321°50°82°
CMYK 0.000.500.18   0.18
XYZ38.213426.050741.5423
Yxy26.05070.36120.2462
Hunter Lab51.039944.3226-12.5293
CIE-Lab58.085149.6981-17.3245

#d067ab color RGB value is (208,103,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100111 10101011
Octal 320 147 253
Decimal 208 103 171
Hex D0 67 AB

RGB Percentages of Color #d067ab

%43.15
%21.37
%35.48

CMYK Percentages of Color #d067ab

%0
%50
%18
%18

Triadic Colors of #d067ab

#d067ab #abd067 #67abd0

Analogous Colors of #d067ab

#d067ab #d06777 #c167d0

Monochromatic Colors of #d067ab

#d067ab

Complementary Color

#d067ab #67d08c

#d067ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d067ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d067ab Color CSS Codes

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

#d067ab Text Font Color

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

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


#d067ab Background Color

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

This div background color is #d067ab


#d067ab Border Color

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

This div border color is #d067ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d067ab


Comments

No comments written yet.

Please login to write comment.