Color Hex Logo

#d066a1 Color Hex

#D066A1
(208,102,161)
0 Favorites   0 Comments

Color spaces of #d066a1

RGB 208102161
HSL0.910.530.61
HSV327°51°82°
CMYK 0.000.510.23   0.18
XYZ37.196825.485836.6770
Yxy25.48580.37440.2565
Hunter Lab50.483543.1748-7.7367
CIE-Lab57.545748.7213-12.3549

#d066a1 color RGB value is (208,102,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01100110 10100001
Octal 320 146 241
Decimal 208 102 161
Hex D0 66 A1

RGB Percentages of Color #d066a1

%44.16
%21.66
%34.18

CMYK Percentages of Color #d066a1

%0
%51
%23
%18

Triadic Colors of #d066a1

#d066a1 #a1d066 #66a1d0

Analogous Colors of #d066a1

#d066a1 #d0666c #ca66d0

Monochromatic Colors of #d066a1

#d066a1

Complementary Color

#d066a1 #66d095

#d066a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d066a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d066a1 Color CSS Codes

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

#d066a1 Text Font Color

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

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


#d066a1 Background Color

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

This div background color is #d066a1


#d066a1 Border Color

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

This div border color is #d066a1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d066a1


Comments

No comments written yet.

Please login to write comment.