Color Hex Logo

#d15add Color Hex

#D15ADD
(209,90,221)
0 Favorites   0 Comments

Color spaces of #d15add

RGB 20990221
HSL0.820.660.61
HSV295°59°87°
CMYK 0.050.590.00   0.13
XYZ43.001826.088171.1757
Yxy26.08810.30660.1860
Hunter Lab51.076560.8970-46.8677
CIE-Lab58.120664.3570-45.7809

#d15add color RGB value is (209,90,221).

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

The process color (four color CMYK) of #d15add color hex is 0.05, 0.59, 0.00, 0.13. Web safe color of #d15add is #cc66cc. Color #d15add contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011010 11011101
Octal 321 132 335
Decimal 209 90 221
Hex D1 5A DD

RGB Percentages of Color #d15add

%40.19
%17.31
%42.50

CMYK Percentages of Color #d15add

%5
%59
%0
%13

Triadic Colors of #d15add

#d15add #ddd15a #5addd1

Analogous Colors of #d15add

#d15add #dd5aa8 #905add

Monochromatic Colors of #d15add

#d15add

Complementary Color

#d15add #66dd5a

#d15add Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15add Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15add Color CSS Codes

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

#d15add Text Font Color

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

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


#d15add Background Color

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

This div background color is #d15add


#d15add Border Color

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

This div border color is #d15add


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15add


Comments

No comments written yet.

Please login to write comment.