Color Hex Logo

#d071af Color Hex

#D071AF
(208,113,175)
0 Favorites   0 Comments

Color spaces of #d071af

RGB 208113175
HSL0.890.500.63
HSV321°46°82°
CMYK 0.000.460.16   0.18
XYZ39.655428.315343.9328
Yxy28.31530.35440.2530
Hunter Lab53.212139.9028-11.7023
CIE-Lab60.172545.2854-16.4562

#d071af color RGB value is (208,113,175).

#d071af hex color red value is 208, green value is 113 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #d071af hue: 0.89 , saturation: 0.50 and the lightness value of d071af is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 01110001 10101111
Octal 320 161 257
Decimal 208 113 175
Hex D0 71 AF

RGB Percentages of Color #d071af

%41.94
%22.78
%35.28

CMYK Percentages of Color #d071af

%0
%46
%16
%18

Triadic Colors of #d071af

#d071af #afd071 #71afd0

Analogous Colors of #d071af

#d071af #d07180 #c271d0

Monochromatic Colors of #d071af

#d071af

Complementary Color

#d071af #71d092

#d071af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d071af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d071af Color CSS Codes

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

#d071af Text Font Color

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

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


#d071af Background Color

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

This div background color is #d071af


#d071af Border Color

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

This div border color is #d071af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d071af


Comments

No comments written yet.

Please login to write comment.