Color Hex Logo

#d244dd Color Hex

#D244DD
(210,68,221)
0 Favorites   0 Comments

Color spaces of #d244dd

RGB 21068221
HSL0.820.690.57
HSV296°69°87°
CMYK 0.050.690.00   0.13
XYZ41.696623.056370.6593
Yxy23.05630.30790.1703
Hunter Lab48.017070.9747-53.6362
CIE-Lab55.130373.3227-50.5158

#d244dd color RGB value is (210,68,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 01000100 11011101
Octal 322 104 335
Decimal 210 68 221
Hex D2 44 DD

RGB Percentages of Color #d244dd

%42.08
%13.63
%44.29

CMYK Percentages of Color #d244dd

%5
%69
%0
%13

Triadic Colors of #d244dd

#d244dd #ddd244 #44ddd2

Analogous Colors of #d244dd

#d244dd #dd449c #8644dd

Monochromatic Colors of #d244dd

#d244dd

Complementary Color

#d244dd #4fdd44

#d244dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d244dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d244dd Color CSS Codes

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

#d244dd Text Font Color

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

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


#d244dd Background Color

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

This div background color is #d244dd


#d244dd Border Color

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

This div border color is #d244dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d244dd


Comments

No comments written yet.

Please login to write comment.