color codes Logo

#d726df color codes

#D726DF
(215,38,223)
0 Favorites   0 Comments

Color spaces of #d726df

RGB 21538223
HSL0.830.740.51
HSV297°83°87°
CMYK 0.040.830.00   0.13
XYZ42.036721.161071.6809
Yxy21.16100.31170.1569
Hunter Lab46.001182.6149-60.1875
CIE-Lab53.125382.9952-54.8033

#d726df color RGB value is (215,38,223).

#d726df hex color red value is 215, green value is 38 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #d726df hue: 0.83 , saturation: 0.74 and the lightness value of d726df is 0.51.

The process color (four color CMYK) of #d726df color code is 0.04, 0.83, 0.00, 0.13. Web safe color of #d726df is #cc33cc. Color #d726df contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 00100110 11011111
Octal 327 46 337
Decimal 215 38 223
Hex D7 26 DF

RGB Percentages of Color #d726df

%45.17
%7.98
%46.85

CMYK Percentages of Color #d726df

%4
%83
%0
%13

Triadic Colors of #d726df

#d726df #dfd726 #26dfd7

Analogous Colors of #d726df

#d726df #df268b #7b26df

Monochromatic Colors of #d726df

#d726df

Complementary Color

#d726df #2edf26

#d726df Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d726df Color Preview on White Background

Lorem ipsum dolor sit amet.

#d726df Color CSS Codes

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

#d726df Text Font Color

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

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


#d726df Background Color

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

This div background color is #d726df


#d726df Border Color

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

This div border color is #d726df


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d726df


Comments

No comments written yet.

Please login to write comment.