Color Hex Logo

#d14add Color Hex

#D14ADD
(209,74,221)
0 Favorites   0 Comments

Color spaces of #d14add

RGB 20974221
HSL0.820.680.58
HSV295°67°87°
CMYK 0.050.670.00   0.13
XYZ41.794423.673370.7732
Yxy23.67330.30680.1738
Hunter Lab48.655268.1833-52.1838
CIE-Lab55.759270.9087-49.5245

#d14add color RGB value is (209,74,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01001010 11011101
Octal 321 112 335
Decimal 209 74 221
Hex D1 4A DD

RGB Percentages of Color #d14add

%41.47
%14.68
%43.85

CMYK Percentages of Color #d14add

%5
%67
%0
%13

Triadic Colors of #d14add

#d14add #ddd14a #4addd1

Analogous Colors of #d14add

#d14add #dd4aa0 #884add

Monochromatic Colors of #d14add

#d14add

Complementary Color

#d14add #56dd4a

#d14add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d14add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d14add Color CSS Codes

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

#d14add Text Font Color

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

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


#d14add Background Color

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

This div background color is #d14add


#d14add Border Color

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

This div border color is #d14add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d14add


Comments

No comments written yet.

Please login to write comment.