Color Hex Logo

#d15ddd Color Hex

#D15DDD
(209,93,221)
0 Favorites   0 Comments

Color spaces of #d15ddd

RGB 20993221
HSL0.820.650.62
HSV294°58°87°
CMYK 0.050.580.00   0.13
XYZ43.260026.604571.2617
Yxy26.60450.30650.1885
Hunter Lab51.579659.4445-45.8087
CIE-Lab58.606463.0294-45.0131

#d15ddd color RGB value is (209,93,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011101 11011101
Octal 321 135 335
Decimal 209 93 221
Hex D1 5D DD

RGB Percentages of Color #d15ddd

%39.96
%17.78
%42.26

CMYK Percentages of Color #d15ddd

%5
%58
%0
%13

Triadic Colors of #d15ddd

#d15ddd #ddd15d #5dddd1

Analogous Colors of #d15ddd

#d15ddd #dd5da9 #915ddd

Monochromatic Colors of #d15ddd

#d15ddd

Complementary Color

#d15ddd #69dd5d

#d15ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15ddd Color CSS Codes

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

#d15ddd Text Font Color

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

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


#d15ddd Background Color

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

This div background color is #d15ddd


#d15ddd Border Color

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

This div border color is #d15ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15ddd


Comments

No comments written yet.

Please login to write comment.