Color Hex Logo

#d80ddd Color Hex

#D80DDD
(216,13,221)
0 Favorites   0 Comments

Color spaces of #d80ddd

RGB 21613221
HSL0.830.890.46
HSV299°94°87°
CMYK 0.020.940.00   0.13
XYZ41.514020.107270.0997
Yxy20.10720.31520.1527
Hunter Lab44.841186.7841-61.2989
CIE-Lab51.958286.4401-55.5266

#d80ddd color RGB value is (216,13,221).

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

The process color (four color CMYK) of #d80ddd color hex is 0.02, 0.94, 0.00, 0.13. Web safe color of #d80ddd is #cc00cc. Color #d80ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00001101 11011101
Octal 330 15 335
Decimal 216 13 221
Hex D8 D DD

RGB Percentages of Color #d80ddd

%48.00
%2.89
%49.11

CMYK Percentages of Color #d80ddd

%2
%94
%0
%13

Triadic Colors of #d80ddd

#d80ddd #ddd80d #0dddd8

Analogous Colors of #d80ddd

#d80ddd #dd0d7a #700ddd

Monochromatic Colors of #d80ddd

#d80ddd

Complementary Color

#d80ddd #12dd0d

#d80ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d80ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d80ddd Color CSS Codes

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

#d80ddd Text Font Color

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

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


#d80ddd Background Color

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

This div background color is #d80ddd


#d80ddd Border Color

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

This div border color is #d80ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d80ddd


Comments

No comments written yet.

Please login to write comment.