Color Hex Logo

#d713dd Color Hex

#D713DD
(215,19,221)
0 Favorites   0 Comments

Color spaces of #d713dd

RGB 21519221
HSL0.830.840.47
HSV298°91°87°
CMYK 0.030.910.00   0.13
XYZ41.308320.133370.1155
Yxy20.13330.31400.1530
Hunter Lab44.870185.8077-61.2393
CIE-Lab51.987685.6858-55.4889

#d713dd color RGB value is (215,19,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010011 11011101
Octal 327 23 335
Decimal 215 19 221
Hex D7 13 DD

RGB Percentages of Color #d713dd

%47.25
%4.18
%48.57

CMYK Percentages of Color #d713dd

%3
%91
%0
%13

Triadic Colors of #d713dd

#d713dd #ddd713 #13ddd7

Analogous Colors of #d713dd

#d713dd #dd137e #7213dd

Monochromatic Colors of #d713dd

#d713dd

Complementary Color

#d713dd #19dd13

#d713dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d713dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d713dd Color CSS Codes

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

#d713dd Text Font Color

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

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


#d713dd Background Color

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

This div background color is #d713dd


#d713dd Border Color

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

This div border color is #d713dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d713dd


Comments

No comments written yet.

Please login to write comment.