Color Hex Logo

#d826ab Color Hex

#D826AB
(216,38,171)
0 Favorites   0 Comments

Color spaces of #d826ab

RGB 21638171
HSL0.880.700.50
HSV315°82°85°
CMYK 0.000.820.21   0.15
XYZ36.362718.925440.2645
Yxy18.92540.38060.1981
Hunter Lab43.503373.0702-24.4235
CIE-Lab50.599875.9062-28.7274

#d826ab color RGB value is (216,38,171).

#d826ab hex color red value is 216, green value is 38 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #d826ab hue: 0.88 , saturation: 0.70 and the lightness value of d826ab is 0.50.

The process color (four color CMYK) of #d826ab color hex is 0.00, 0.82, 0.21, 0.15. Web safe color of #d826ab is #cc3399. Color #d826ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 10101011
Octal 330 46 253
Decimal 216 38 171
Hex D8 26 AB

RGB Percentages of Color #d826ab

%50.82
%8.94
%40.24

CMYK Percentages of Color #d826ab

%0
%82
%21
%15

Triadic Colors of #d826ab

#d826ab #abd826 #26abd8

Analogous Colors of #d826ab

#d826ab #d82652 #ac26d8

Monochromatic Colors of #d826ab

#d826ab

Complementary Color

#d826ab #26d853

#d826ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826ab Color CSS Codes

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

#d826ab Text Font Color

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

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


#d826ab Background Color

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

This div background color is #d826ab


#d826ab Border Color

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

This div border color is #d826ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826ab


Comments

No comments written yet.

Please login to write comment.