Color Hex Logo

#d827ab Color Hex

#D827AB
(216,39,171)
0 Favorites   0 Comments

Color spaces of #d827ab

RGB 21639171
HSL0.880.690.50
HSV315°82°85°
CMYK 0.000.820.21   0.15
XYZ36.395118.990240.2753
Yxy18.99020.38050.1985
Hunter Lab43.577772.8179-24.2924
CIE-Lab50.675775.6867-28.6094

#d827ab color RGB value is (216,39,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 10101011
Octal 330 47 253
Decimal 216 39 171
Hex D8 27 AB

RGB Percentages of Color #d827ab

%50.70
%9.15
%40.14

CMYK Percentages of Color #d827ab

%0
%82
%21
%15

Triadic Colors of #d827ab

#d827ab #abd827 #27abd8

Analogous Colors of #d827ab

#d827ab #d82752 #ad27d8

Monochromatic Colors of #d827ab

#d827ab

Complementary Color

#d827ab #27d854

#d827ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d827ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d827ab Color CSS Codes

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

#d827ab Text Font Color

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

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


#d827ab Background Color

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

This div background color is #d827ab


#d827ab Border Color

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

This div border color is #d827ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d827ab


Comments

No comments written yet.

Please login to write comment.