Color Hex Logo

#d729da Color Hex

#D729DA
(215,41,218)
0 Favorites   0 Comments

Color spaces of #d729da

RGB 21541218
HSL0.830.710.51
HSV299°81°85°
CMYK 0.010.810.00   0.15
XYZ41.472221.094968.2156
Yxy21.09490.31710.1613
Hunter Lab45.929280.8022-55.9091
CIE-Lab53.053281.5929-52.0774

#d729da color RGB value is (215,41,218).

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

The process color (four color CMYK) of #d729da color hex is 0.01, 0.81, 0.00, 0.15. Web safe color of #d729da is #cc33cc. Color #d729da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 11011010
Octal 327 51 332
Decimal 215 41 218
Hex D7 29 DA

RGB Percentages of Color #d729da

%45.36
%8.65
%45.99

CMYK Percentages of Color #d729da

%1
%81
%0
%15

Triadic Colors of #d729da

#d729da #dad729 #29dad7

Analogous Colors of #d729da

#d729da #da2985 #7f29da

Monochromatic Colors of #d729da

#d729da

Complementary Color

#d729da #2cda29

#d729da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d729da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d729da Color CSS Codes

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

#d729da Text Font Color

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

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


#d729da Background Color

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

This div background color is #d729da


#d729da Border Color

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

This div border color is #d729da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d729da


Comments

No comments written yet.

Please login to write comment.