Color Hex Logo

#d729ba Color Hex

#D729BA
(215,41,186)
0 Favorites   0 Comments

Color spaces of #d729ba

RGB 21541186
HSL0.860.690.50
HSV310°81°84°
CMYK 0.000.810.13   0.16
XYZ37.680219.578148.2474
Yxy19.57810.35710.1856
Hunter Lab44.247174.5754-33.6772
CIE-Lab51.356876.9751-36.3435

#d729ba color RGB value is (215,41,186).

#d729ba hex color red value is 215, green value is 41 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d729ba hue: 0.86 , saturation: 0.69 and the lightness value of d729ba is 0.50.

The process color (four color CMYK) of #d729ba color hex is 0.00, 0.81, 0.13, 0.16. Web safe color of #d729ba is #cc33cc. Color #d729ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101001 10111010
Octal 327 51 272
Decimal 215 41 186
Hex D7 29 BA

RGB Percentages of Color #d729ba

%48.64
%9.28
%42.08

CMYK Percentages of Color #d729ba

%0
%81
%13
%16

Triadic Colors of #d729ba

#d729ba #bad729 #29bad7

Analogous Colors of #d729ba

#d729ba #d72963 #9d29d7

Monochromatic Colors of #d729ba

#d729ba

Complementary Color

#d729ba #29d746

#d729ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d729ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d729ba Color CSS Codes

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

#d729ba Text Font Color

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

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


#d729ba Background Color

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

This div background color is #d729ba


#d729ba Border Color

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

This div border color is #d729ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d729ba


Comments

No comments written yet.

Please login to write comment.