Color Hex Logo

#d26eab Color Hex

#D26EAB
(210,110,171)
0 Favorites   0 Comments

Color spaces of #d26eab

RGB 210110171
HSL0.900.530.63
HSV323°48°82°
CMYK 0.000.480.19   0.18
XYZ39.505027.793841.8107
Yxy27.79380.36210.2547
Hunter Lab52.719841.4972-10.1175
CIE-Lab59.702046.8407-14.8485

#d26eab color RGB value is (210,110,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01101110 10101011
Octal 322 156 253
Decimal 210 110 171
Hex D2 6E AB

RGB Percentages of Color #d26eab

%42.77
%22.40
%34.83

CMYK Percentages of Color #d26eab

%0
%48
%19
%18

Triadic Colors of #d26eab

#d26eab #abd26e #6eabd2

Analogous Colors of #d26eab

#d26eab #d26e79 #c76ed2

Monochromatic Colors of #d26eab

#d26eab

Complementary Color

#d26eab #6ed295

#d26eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d26eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d26eab Color CSS Codes

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

#d26eab Text Font Color

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

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


#d26eab Background Color

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

This div background color is #d26eab


#d26eab Border Color

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

This div border color is #d26eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d26eab


Comments

No comments written yet.

Please login to write comment.