Color Hex Logo

#d728c4 Color Hex

#D728C4
(215,40,196)
0 Favorites   0 Comments

Color spaces of #d728c4

RGB 21540196
HSL0.850.690.50
HSV307°81°84°
CMYK 0.000.810.09   0.16
XYZ38.746919.950254.0331
Yxy19.95020.34370.1770
Hunter Lab44.665676.6817-40.4586
CIE-Lab51.780978.5812-41.4786

#d728c4 color RGB value is (215,40,196).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00101000 11000100
Octal 327 50 304
Decimal 215 40 196
Hex D7 28 C4

RGB Percentages of Color #d728c4

%47.67
%8.87
%43.46

CMYK Percentages of Color #d728c4

%0
%81
%9
%16

Triadic Colors of #d728c4

#d728c4 #c4d728 #28c4d7

Analogous Colors of #d728c4

#d728c4 #d7286d #9328d7

Monochromatic Colors of #d728c4

#d728c4

Complementary Color

#d728c4 #28d73b

#d728c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d728c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d728c4 Color CSS Codes

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

#d728c4 Text Font Color

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

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


#d728c4 Background Color

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

This div background color is #d728c4


#d728c4 Border Color

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

This div border color is #d728c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d728c4


Comments

No comments written yet.

Please login to write comment.