Color Hex Logo

#d710dd Color Hex

#D710DD
(215,16,221)
0 Favorites   0 Comments

Color spaces of #d710dd

RGB 21516221
HSL0.830.860.46
HSV298°93°87°
CMYK 0.030.930.00   0.13
XYZ41.260820.038170.0997
Yxy20.03810.31400.1525
Hunter Lab44.763986.1941-61.5126
CIE-Lab51.880386.0032-55.6610

#d710dd color RGB value is (215,16,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00010000 11011101
Octal 327 20 335
Decimal 215 16 221
Hex D7 10 DD

RGB Percentages of Color #d710dd

%47.57
%3.54
%48.89

CMYK Percentages of Color #d710dd

%3
%93
%0
%13

Triadic Colors of #d710dd

#d710dd #ddd710 #10ddd7

Analogous Colors of #d710dd

#d710dd #dd107d #7110dd

Monochromatic Colors of #d710dd

#d710dd

Complementary Color

#d710dd #16dd10

#d710dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d710dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d710dd Color CSS Codes

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

#d710dd Text Font Color

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

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


#d710dd Background Color

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

This div background color is #d710dd


#d710dd Border Color

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

This div border color is #d710dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d710dd


Comments

No comments written yet.

Please login to write comment.