Color Hex Logo

#d715dd Color Hex

#D715DD
(215,21,221)
0 Favorites   0 Comments

Color spaces of #d715dd

RGB 21521221
HSL0.830.830.47
HSV298°90°87°
CMYK 0.030.900.00   0.13
XYZ41.343620.203970.1273
Yxy20.20390.31400.1534
Hunter Lab44.948785.5230-61.0378
CIE-Lab52.067085.4515-55.3617

#d715dd color RGB value is (215,21,221).

#d715dd hex color red value is 215, green value is 21 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d715dd hue: 0.83 , saturation: 0.83 and the lightness value of d715dd is 0.47.

The process color (four color CMYK) of #d715dd color hex is 0.03, 0.90, 0.00, 0.13. Web safe color of #d715dd is #cc00cc. Color #d715dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010101 11011101
Octal 327 25 335
Decimal 215 21 221
Hex D7 15 DD

RGB Percentages of Color #d715dd

%47.05
%4.60
%48.36

CMYK Percentages of Color #d715dd

%3
%90
%0
%13

Triadic Colors of #d715dd

#d715dd #ddd715 #15ddd7

Analogous Colors of #d715dd

#d715dd #dd157f #7315dd

Monochromatic Colors of #d715dd

#d715dd

Complementary Color

#d715dd #1bdd15

#d715dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d715dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d715dd Color CSS Codes

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

#d715dd Text Font Color

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

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


#d715dd Background Color

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

This div background color is #d715dd


#d715dd Border Color

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

This div border color is #d715dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d715dd


Comments

No comments written yet.

Please login to write comment.