Color Hex Logo

#d845dd Color Hex

#D845DD
(216,69,221)
0 Favorites   0 Comments

Color spaces of #d845dd

RGB 21669221
HSL0.830.690.57
HSV298°69°87°
CMYK 0.020.690.00   0.13
XYZ43.498224.075670.7611
Yxy24.07560.31440.1740
Hunter Lab49.066972.3746-51.1574
CIE-Lab56.163474.2644-48.8177

#d845dd color RGB value is (216,69,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01000101 11011101
Octal 330 105 335
Decimal 216 69 221
Hex D8 45 DD

RGB Percentages of Color #d845dd

%42.69
%13.64
%43.68

CMYK Percentages of Color #d845dd

%2
%69
%0
%13

Triadic Colors of #d845dd

#d845dd #ddd845 #45ddd8

Analogous Colors of #d845dd

#d845dd #dd4596 #8c45dd

Monochromatic Colors of #d845dd

#d845dd

Complementary Color

#d845dd #4add45

#d845dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d845dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d845dd Color CSS Codes

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

#d845dd Text Font Color

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

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


#d845dd Background Color

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

This div background color is #d845dd


#d845dd Border Color

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

This div border color is #d845dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d845dd

#d845dd Color Palettes


Comments

No comments written yet.

Please login to write comment.