color codes Logo

#d049dd color codes

#D049DD
(208,73,221)
0 Favorites   0 Comments

Color spaces of #d049dd

RGB 20873221
HSL0.820.690.58
HSV295°67°87°
CMYK 0.060.670.00   0.13
XYZ41.446123.395470.7379
Yxy23.39540.30570.1726
Hunter Lab48.368868.3071-52.8517
CIE-Lab55.477371.0646-49.9817

#d049dd color RGB value is (208,73,221).

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

The process color (four color CMYK) of #d049dd color code is 0.06, 0.67, 0.00, 0.13. Web safe color of #d049dd is #cc33cc. Color #d049dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 11011101
Octal 320 111 335
Decimal 208 73 221
Hex D0 49 DD

RGB Percentages of Color #d049dd

%41.43
%14.54
%44.02

CMYK Percentages of Color #d049dd

%6
%67
%0
%13

Triadic Colors of #d049dd

#d049dd #ddd049 #49ddd0

Analogous Colors of #d049dd

#d049dd #dd49a0 #8649dd

Monochromatic Colors of #d049dd

#d049dd

Complementary Color

#d049dd #56dd49

#d049dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d049dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d049dd Color CSS Codes

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

#d049dd Text Font Color

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

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


#d049dd Background Color

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

This div background color is #d049dd


#d049dd Border Color

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

This div border color is #d049dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d049dd


Comments

No comments written yet.

Please login to write comment.