Color Hex Logo

#d107aa Color Hex

#D107AA
(209,7,170)
0 Favorites   0 Comments

Color spaces of #d107aa

RGB 2097170
HSL0.870.940.42
HSV312°97°82°
CMYK 0.000.970.19   0.18
XYZ33.626216.609539.4639
Yxy16.60950.37490.1852
Hunter Lab40.754875.9571-28.8837
CIE-Lab47.764278.7849-32.6586

#d107aa color RGB value is (209,7,170).

#d107aa hex color red value is 209, green value is 7 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d107aa hue: 0.87 , saturation: 0.94 and the lightness value of d107aa is 0.42.

The process color (four color CMYK) of #d107aa color hex is 0.00, 0.97, 0.19, 0.18. Web safe color of #d107aa is #cc0099. Color #d107aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 00000111 10101010
Octal 321 7 252
Decimal 209 7 170
Hex D1 7 AA

RGB Percentages of Color #d107aa

%54.15
%1.81
%44.04

CMYK Percentages of Color #d107aa

%0
%97
%19
%18

Triadic Colors of #d107aa

#d107aa #aad107 #07aad1

Analogous Colors of #d107aa

#d107aa #d10745 #9307d1

Monochromatic Colors of #d107aa

#d107aa

Complementary Color

#d107aa #07d12e

#d107aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d107aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d107aa Color CSS Codes

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

#d107aa Text Font Color

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

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


#d107aa Background Color

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

This div background color is #d107aa


#d107aa Border Color

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

This div border color is #d107aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d107aa


Comments

No comments written yet.

Please login to write comment.