Color Hex Logo

#d15def Color Hex

#D15DEF
(209,93,239)
0 Favorites   0 Comments

Color spaces of #d15def

RGB 20993239
HSL0.800.820.65
HSV288°61°94°
CMYK 0.130.610.00   0.06
XYZ45.788827.616084.5784
Yxy27.61600.28980.1748
Hunter Lab52.550963.5669-58.6390
CIE-Lab59.540266.3573-53.6080

#d15def color RGB value is (209,93,239).

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

The process color (four color CMYK) of #d15def color hex is 0.13, 0.61, 0.00, 0.06. Web safe color of #d15def is #cc66ff. Color #d15def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01011101 11101111
Octal 321 135 357
Decimal 209 93 239
Hex D1 5D EF

RGB Percentages of Color #d15def

%38.63
%17.19
%44.18

CMYK Percentages of Color #d15def

%13
%61
%0
%6

Triadic Colors of #d15def

#d15def #efd15d #5defd1

Analogous Colors of #d15def

#d15def #ef5dc4 #885def

Monochromatic Colors of #d15def

#d15def

Complementary Color

#d15def #7bef5d

#d15def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d15def Color Preview on White Background

Lorem ipsum dolor sit amet.

#d15def Color CSS Codes

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

#d15def Text Font Color

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

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


#d15def Background Color

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

This div background color is #d15def


#d15def Border Color

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

This div border color is #d15def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,93,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d15def


Comments

No comments written yet.

Please login to write comment.