Color Hex Logo

#d763dd Color Hex

#D763DD
(215,99,221)
0 Favorites   0 Comments

Color spaces of #d763dd

RGB 21599221
HSL0.830.640.63
HSV297°55°87°
CMYK 0.030.550.00   0.13
XYZ45.537328.591271.5252
Yxy28.59120.31260.1963
Hunter Lab53.470758.4422-41.8798
CIE-Lab60.419161.8499-42.1015

#d763dd color RGB value is (215,99,221).

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

The process color (four color CMYK) of #d763dd color hex is 0.03, 0.55, 0.00, 0.13. Web safe color of #d763dd is #cc66cc. Color #d763dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100011 11011101
Octal 327 143 335
Decimal 215 99 221
Hex D7 63 DD

RGB Percentages of Color #d763dd

%40.19
%18.50
%41.31

CMYK Percentages of Color #d763dd

%3
%55
%0
%13

Triadic Colors of #d763dd

#d763dd #ddd763 #63ddd7

Analogous Colors of #d763dd

#d763dd #dd63a6 #9a63dd

Monochromatic Colors of #d763dd

#d763dd

Complementary Color

#d763dd #69dd63

#d763dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d763dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d763dd Color CSS Codes

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

#d763dd Text Font Color

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

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


#d763dd Background Color

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

This div background color is #d763dd


#d763dd Border Color

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

This div border color is #d763dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d763dd

#d763dd Color Palettes


Comments

No comments written yet.

Please login to write comment.