Color Hex Logo

#d781dd Color Hex

#D781DD
(215,129,221)
0 Favorites   0 Comments

Color spaces of #d781dd

RGB 215129221
HSL0.820.580.69
HSV296°42°87°
CMYK 0.030.420.00   0.13
XYZ48.925735.368072.6547
Yxy35.36800.31170.2253
Hunter Lab59.471042.7744-30.8039
CIE-Lab66.034247.1200-33.3308

#d781dd color RGB value is (215,129,221).

#d781dd hex color red value is 215, green value is 129 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d781dd hue: 0.82 , saturation: 0.58 and the lightness value of d781dd is 0.69.

The process color (four color CMYK) of #d781dd color hex is 0.03, 0.42, 0.00, 0.13. Web safe color of #d781dd is #cc99cc. Color #d781dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 10000001 11011101
Octal 327 201 335
Decimal 215 129 221
Hex D7 81 DD

RGB Percentages of Color #d781dd

%38.05
%22.83
%39.12

CMYK Percentages of Color #d781dd

%3
%42
%0
%13

Triadic Colors of #d781dd

#d781dd #ddd781 #81ddd7

Analogous Colors of #d781dd

#d781dd #dd81b5 #a981dd

Monochromatic Colors of #d781dd

#d781dd

Complementary Color

#d781dd #87dd81

#d781dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d781dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d781dd Color CSS Codes

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

#d781dd Text Font Color

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

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


#d781dd Background Color

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

This div background color is #d781dd


#d781dd Border Color

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

This div border color is #d781dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d781dd


Comments

No comments written yet.

Please login to write comment.