Color Hex Logo

#d269aa Color Hex

#D269AA
(210,105,170)
0 Favorites   0 Comments

Color spaces of #d269aa

RGB 210105170
HSL0.900.540.62
HSV323°50°82°
CMYK 0.000.500.19   0.18
XYZ38.885626.707141.1357
Yxy26.70710.36430.2502
Hunter Lab51.678943.8735-11.0188
CIE-Lab58.702249.1895-15.7857

#d269aa color RGB value is (210,105,170).

#d269aa hex color red value is 210, green value is 105 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #d269aa hue: 0.90 , saturation: 0.54 and the lightness value of d269aa is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101001 10101010
Octal 322 151 252
Decimal 210 105 170
Hex D2 69 AA

RGB Percentages of Color #d269aa

%43.30
%21.65
%35.05

CMYK Percentages of Color #d269aa

%0
%50
%19
%18

Triadic Colors of #d269aa

#d269aa #aad269 #69aad2

Analogous Colors of #d269aa

#d269aa #d26976 #c669d2

Monochromatic Colors of #d269aa

#d269aa

Complementary Color

#d269aa #69d291

#d269aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d269aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#d269aa Color CSS Codes

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

#d269aa Text Font Color

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

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


#d269aa Background Color

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

This div background color is #d269aa


#d269aa Border Color

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

This div border color is #d269aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d269aa


Comments

No comments written yet.

Please login to write comment.