Color Hex Logo

#d049da Color Hex

#D049DA
(208,73,218)
0 Favorites   0 Comments

Color spaces of #d049da

RGB 20873218
HSL0.820.660.57
HSV296°67°85°
CMYK 0.050.670.00   0.15
XYZ41.049923.236968.6513
Yxy23.23690.30880.1748
Hunter Lab48.204767.6480-50.6954
CIE-Lab55.315570.5499-48.5404

#d049da color RGB value is (208,73,218).

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

The process color (four color CMYK) of #d049da color hex is 0.05, 0.67, 0.00, 0.15. Web safe color of #d049da is #cc33cc. Color #d049da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001001 11011010
Octal 320 111 332
Decimal 208 73 218
Hex D0 49 DA

RGB Percentages of Color #d049da

%41.68
%14.63
%43.69

CMYK Percentages of Color #d049da

%5
%67
%0
%15

Triadic Colors of #d049da

#d049da #dad049 #49dad0

Analogous Colors of #d049da

#d049da #da499c #8849da

Monochromatic Colors of #d049da

#d049da

Complementary Color

#d049da #53da49

#d049da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d049da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d049da Color CSS Codes

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

#d049da Text Font Color

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

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


#d049da Background Color

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

This div background color is #d049da


#d049da Border Color

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

This div border color is #d049da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d049da


Comments

No comments written yet.

Please login to write comment.