Color Hex Logo

#d26dac Color Hex

#D26DAC
(210,109,172)
0 Favorites   0 Comments

Color spaces of #d26dac

RGB 210109172
HSL0.900.530.63
HSV323°48°82°
CMYK 0.000.480.18   0.18
XYZ39.493427.617542.2789
Yxy27.61750.36100.2525
Hunter Lab52.552442.1772-10.9128
CIE-Lab59.541647.4955-15.6657

#d26dac color RGB value is (210,109,172).

#d26dac hex color red value is 210, green value is 109 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d26dac hue: 0.90 , saturation: 0.53 and the lightness value of d26dac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101101 10101100
Octal 322 155 254
Decimal 210 109 172
Hex D2 6D AC

RGB Percentages of Color #d26dac

%42.77
%22.20
%35.03

CMYK Percentages of Color #d26dac

%0
%48
%18
%18

Triadic Colors of #d26dac

#d26dac #acd26d #6dacd2

Analogous Colors of #d26dac

#d26dac #d26d7a #c66dd2

Monochromatic Colors of #d26dac

#d26dac

Complementary Color

#d26dac #6dd293

#d26dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26dac Color CSS Codes

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

#d26dac Text Font Color

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

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


#d26dac Background Color

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

This div background color is #d26dac


#d26dac Border Color

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

This div border color is #d26dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26dac

#d26dac Color Palettes


Comments

No comments written yet.

Please login to write comment.