Color Hex Logo

#d26cac Color Hex

#D26CAC
(210,108,172)
0 Favorites   0 Comments

Color spaces of #d26cac

RGB 210108172
HSL0.900.530.62
HSV322°49°82°
CMYK 0.000.490.18   0.18
XYZ39.387327.405342.2435
Yxy27.40530.36120.2513
Hunter Lab52.350142.6877-11.1986
CIE-Lab59.347647.9972-15.9594

#d26cac color RGB value is (210,108,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101100 10101100
Octal 322 154 254
Decimal 210 108 172
Hex D2 6C AC

RGB Percentages of Color #d26cac

%42.86
%22.04
%35.10

CMYK Percentages of Color #d26cac

%0
%49
%18
%18

Triadic Colors of #d26cac

#d26cac #acd26c #6cacd2

Analogous Colors of #d26cac

#d26cac #d26c79 #c56cd2

Monochromatic Colors of #d26cac

#d26cac

Complementary Color

#d26cac #6cd292

#d26cac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26cac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26cac Color CSS Codes

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

#d26cac Text Font Color

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

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


#d26cac Background Color

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

This div background color is #d26cac


#d26cac Border Color

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

This div border color is #d26cac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26cac


Comments

No comments written yet.

Please login to write comment.