Color Hex Logo

#d765dd Color Hex

#D765DD
(215,101,221)
0 Favorites   0 Comments

Color spaces of #d765dd

RGB 215101221
HSL0.830.640.63
HSV297°54°87°
CMYK 0.030.540.00   0.13
XYZ45.729228.974971.5891
Yxy28.97490.31260.1981
Hunter Lab53.828357.4429-41.1730
CIE-Lab60.759560.9318-41.5665

#d765dd color RGB value is (215,101,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100101 11011101
Octal 327 145 335
Decimal 215 101 221
Hex D7 65 DD

RGB Percentages of Color #d765dd

%40.04
%18.81
%41.15

CMYK Percentages of Color #d765dd

%3
%54
%0
%13

Triadic Colors of #d765dd

#d765dd #ddd765 #65ddd7

Analogous Colors of #d765dd

#d765dd #dd65a7 #9b65dd

Monochromatic Colors of #d765dd

#d765dd

Complementary Color

#d765dd #6bdd65

#d765dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d765dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d765dd Color CSS Codes

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

#d765dd Text Font Color

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

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


#d765dd Background Color

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

This div background color is #d765dd


#d765dd Border Color

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

This div border color is #d765dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d765dd


Comments

No comments written yet.

Please login to write comment.