Color Hex Logo

#d729dc Color Hex

#D729DC
(215,41,220)
0 Favorites   0 Comments

Color spaces of #d729dc

RGB 21541220
HSL0.830.720.51
HSV298°81°86°
CMYK 0.020.810.00   0.14
XYZ41.735521.200369.6025
Yxy21.20030.31490.1600
Hunter Lab46.043881.2213-57.3956
CIE-Lab53.168081.8989-53.0314

#d729dc color RGB value is (215,41,220).

#d729dc hex color red value is 215, green value is 41 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d729dc hue: 0.83 , saturation: 0.72 and the lightness value of d729dc is 0.51.

The process color (four color CMYK) of #d729dc color hex is 0.02, 0.81, 0.00, 0.14. Web safe color of #d729dc is #cc33cc. Color #d729dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 11011100
Octal 327 51 334
Decimal 215 41 220
Hex D7 29 DC

RGB Percentages of Color #d729dc

%45.17
%8.61
%46.22

CMYK Percentages of Color #d729dc

%2
%81
%0
%14

Triadic Colors of #d729dc

#d729dc #dcd729 #29dcd7

Analogous Colors of #d729dc

#d729dc #dc2988 #7e29dc

Monochromatic Colors of #d729dc

#d729dc

Complementary Color

#d729dc #2edc29

#d729dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d729dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d729dc Color CSS Codes

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

#d729dc Text Font Color

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

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


#d729dc Background Color

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

This div background color is #d729dc


#d729dc Border Color

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

This div border color is #d729dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,41,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d729dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d729dc


Comments

No comments written yet.

Please login to write comment.