Color Hex Logo

#d728cd Color Hex

#D728CD
(215,40,205)
0 Favorites   0 Comments

Color spaces of #d728cd

RGB 21540205
HSL0.840.690.50
HSV303°81°84°
CMYK 0.000.810.05   0.16
XYZ39.802620.372459.5921
Yxy20.37240.33230.1701
Hunter Lab45.135878.4210-46.6846
CIE-Lab52.255779.8715-45.9139

#d728cd color RGB value is (215,40,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101000 11001101
Octal 327 50 315
Decimal 215 40 205
Hex D7 28 CD

RGB Percentages of Color #d728cd

%46.74
%8.70
%44.57

CMYK Percentages of Color #d728cd

%0
%81
%5
%16

Triadic Colors of #d728cd

#d728cd #cdd728 #28cdd7

Analogous Colors of #d728cd

#d728cd #d72876 #8a28d7

Monochromatic Colors of #d728cd

#d728cd

Complementary Color

#d728cd #28d732

#d728cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d728cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d728cd Color CSS Codes

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

#d728cd Text Font Color

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

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


#d728cd Background Color

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

This div background color is #d728cd


#d728cd Border Color

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

This div border color is #d728cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d728cd


Comments

No comments written yet.

Please login to write comment.