Color Hex Logo

#d726af Color Hex

#D726AF
(215,38,175)
0 Favorites   0 Comments

Color spaces of #d726af

RGB 21538175
HSL0.870.700.50
HSV314°82°84°
CMYK 0.000.820.19   0.16
XYZ36.455318.928442.2896
Yxy18.92840.37320.1938
Hunter Lab43.506873.4323-27.1765
CIE-Lab50.603376.1988-31.0888

#d726af color RGB value is (215,38,175).

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

The process color (four color CMYK) of #d726af color hex is 0.00, 0.82, 0.19, 0.16. Web safe color of #d726af is #cc3399. Color #d726af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 10101111
Octal 327 46 257
Decimal 215 38 175
Hex D7 26 AF

RGB Percentages of Color #d726af

%50.23
%8.88
%40.89

CMYK Percentages of Color #d726af

%0
%82
%19
%16

Triadic Colors of #d726af

#d726af #afd726 #26afd7

Analogous Colors of #d726af

#d726af #d72656 #a726d7

Monochromatic Colors of #d726af

#d726af

Complementary Color

#d726af #26d74e

#d726af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d726af Color Preview on White Background

Lorem ipsum dolor sit amet.

#d726af Color CSS Codes

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

#d726af Text Font Color

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

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


#d726af Background Color

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

This div background color is #d726af


#d726af Border Color

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

This div border color is #d726af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d726af


Comments

No comments written yet.

Please login to write comment.