Color Hex Logo

#d760dd Color Hex

#D760DD
(215,96,221)
0 Favorites   0 Comments

Color spaces of #d760dd

RGB 21596221
HSL0.830.650.62
HSV297°57°87°
CMYK 0.030.570.00   0.13
XYZ45.258328.033371.4322
Yxy28.03330.31270.1937
Hunter Lab52.946559.9243-42.9280
CIE-Lab59.918863.2058-42.8888

#d760dd color RGB value is (215,96,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100000 11011101
Octal 327 140 335
Decimal 215 96 221
Hex D7 60 DD

RGB Percentages of Color #d760dd

%40.41
%18.05
%41.54

CMYK Percentages of Color #d760dd

%3
%57
%0
%13

Triadic Colors of #d760dd

#d760dd #ddd760 #60ddd7

Analogous Colors of #d760dd

#d760dd #dd60a5 #9960dd

Monochromatic Colors of #d760dd

#d760dd

Complementary Color

#d760dd #66dd60

#d760dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d760dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d760dd Color CSS Codes

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

#d760dd Text Font Color

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

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


#d760dd Background Color

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

This div background color is #d760dd


#d760dd Border Color

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

This div border color is #d760dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d760dd


Comments

No comments written yet.

Please login to write comment.