Color Hex Logo

#d726cc Color Hex

#D726CC
(215,38,204)
0 Favorites   0 Comments

Color spaces of #d726cc

RGB 21538204
HSL0.840.700.50
HSV304°82°84°
CMYK 0.000.820.05   0.16
XYZ39.616520.192958.9363
Yxy20.19290.33360.1701
Hunter Lab44.936578.7286-46.3060
CIE-Lab52.054680.1542-45.6582

#d726cc color RGB value is (215,38,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 11001100
Octal 327 46 314
Decimal 215 38 204
Hex D7 26 CC

RGB Percentages of Color #d726cc

%47.05
%8.32
%44.64

CMYK Percentages of Color #d726cc

%0
%82
%5
%16

Triadic Colors of #d726cc

#d726cc #ccd726 #26ccd7

Analogous Colors of #d726cc

#d726cc #d72674 #8a26d7

Monochromatic Colors of #d726cc

#d726cc

Complementary Color

#d726cc #26d731

#d726cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d726cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d726cc Color CSS Codes

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

#d726cc Text Font Color

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

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


#d726cc Background Color

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

This div background color is #d726cc


#d726cc Border Color

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

This div border color is #d726cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d726cc


Comments

No comments written yet.

Please login to write comment.