Color Hex Logo

#d26aac Color Hex

#D26AAC
(210,106,172)
0 Favorites   0 Comments

Color spaces of #d26aac

RGB 210106172
HSL0.890.540.62
HSV322°50°82°
CMYK 0.000.500.18   0.18
XYZ39.178826.988342.1740
Yxy26.98830.36160.2491
Hunter Lab51.950343.7046-11.7673
CIE-Lab58.963548.9940-16.5416

#d26aac color RGB value is (210,106,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101010 10101100
Octal 322 152 254
Decimal 210 106 172
Hex D2 6A AC

RGB Percentages of Color #d26aac

%43.03
%21.72
%35.25

CMYK Percentages of Color #d26aac

%0
%50
%18
%18

Triadic Colors of #d26aac

#d26aac #acd26a #6aacd2

Analogous Colors of #d26aac

#d26aac #d26a78 #c46ad2

Monochromatic Colors of #d26aac

#d26aac

Complementary Color

#d26aac #6ad290

#d26aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26aac Color CSS Codes

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

#d26aac Text Font Color

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

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


#d26aac Background Color

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

This div background color is #d26aac


#d26aac Border Color

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

This div border color is #d26aac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(210,106,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26aac


Comments

No comments written yet.

Please login to write comment.