Color Hex Logo

#d827a1 Color Hex

#D827A1
(216,39,161)
0 Favorites   0 Comments

Color spaces of #d827a1

RGB 21639161
HSL0.890.690.50
HSV319°82°85°
CMYK 0.000.820.25   0.15
XYZ35.477418.623235.4430
Yxy18.62320.39620.2080
Hunter Lab43.154671.2243-18.4868
CIE-Lab50.243474.4724-23.3666

#d827a1 color RGB value is (216,39,161).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100111 10100001
Octal 330 47 241
Decimal 216 39 161
Hex D8 27 A1

RGB Percentages of Color #d827a1

%51.92
%9.38
%38.70

CMYK Percentages of Color #d827a1

%0
%82
%25
%15

Triadic Colors of #d827a1

#d827a1 #a1d827 #27a1d8

Analogous Colors of #d827a1

#d827a1 #d82749 #b727d8

Monochromatic Colors of #d827a1

#d827a1

Complementary Color

#d827a1 #27d85e

#d827a1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d827a1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d827a1 Color CSS Codes

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

#d827a1 Text Font Color

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

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


#d827a1 Background Color

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

This div background color is #d827a1


#d827a1 Border Color

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

This div border color is #d827a1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,39,161, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d827a1


Comments

No comments written yet.

Please login to write comment.