Color Hex Logo

#d849dd Color Hex

#D849DD
(216,73,221)
0 Favorites   0 Comments

Color spaces of #d849dd

RGB 21673221
HSL0.830.690.58
HSV298°67°87°
CMYK 0.020.670.00   0.13
XYZ43.752624.584570.8459
Yxy24.58450.31440.1766
Hunter Lab49.582870.7414-50.0081
CIE-Lab56.668372.8378-48.0163

#d849dd color RGB value is (216,73,221).

#d849dd hex color red value is 216, green value is 73 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d849dd hue: 0.83 , saturation: 0.69 and the lightness value of d849dd is 0.58.

The process color (four color CMYK) of #d849dd color hex is 0.02, 0.67, 0.00, 0.13. Web safe color of #d849dd is #cc33cc. Color #d849dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01001001 11011101
Octal 330 111 335
Decimal 216 73 221
Hex D8 49 DD

RGB Percentages of Color #d849dd

%42.35
%14.31
%43.33

CMYK Percentages of Color #d849dd

%2
%67
%0
%13

Triadic Colors of #d849dd

#d849dd #ddd849 #49ddd8

Analogous Colors of #d849dd

#d849dd #dd4998 #8e49dd

Monochromatic Colors of #d849dd

#d849dd

Complementary Color

#d849dd #4edd49

#d849dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d849dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d849dd Color CSS Codes

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

#d849dd Text Font Color

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

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


#d849dd Background Color

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

This div background color is #d849dd


#d849dd Border Color

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

This div border color is #d849dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d849dd


Comments

No comments written yet.

Please login to write comment.