Color Hex Logo

#d844ab Color Hex

#D844AB
(216,68,171)
0 Favorites   0 Comments

Color spaces of #d844ab

RGB 21668171
HSL0.880.650.56
HSV318°69°85°
CMYK 0.000.690.21   0.15
XYZ37.736721.673440.7225
Yxy21.67340.37690.2164
Hunter Lab46.554763.2193-19.2741
CIE-Lab53.678767.1503-23.9612

#d844ab color RGB value is (216,68,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000100 10101011
Octal 330 104 253
Decimal 216 68 171
Hex D8 44 AB

RGB Percentages of Color #d844ab

%47.47
%14.95
%37.58

CMYK Percentages of Color #d844ab

%0
%69
%21
%15

Triadic Colors of #d844ab

#d844ab #abd844 #44abd8

Analogous Colors of #d844ab

#d844ab #d84461 #bb44d8

Monochromatic Colors of #d844ab

#d844ab

Complementary Color

#d844ab #44d871

#d844ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d844ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d844ab Color CSS Codes

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

#d844ab Text Font Color

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

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


#d844ab Background Color

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

This div background color is #d844ab


#d844ab Border Color

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

This div border color is #d844ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d844ab


Comments

No comments written yet.

Please login to write comment.