Color Hex Logo

#d826dc Color Hex

#D826DC
(216,38,220)
0 Favorites   0 Comments

Color spaces of #d826dc

RGB 21638220
HSL0.830.720.51
HSV299°83°86°
CMYK 0.020.830.00   0.14
XYZ41.930321.152569.5830
Yxy21.15250.31610.1594
Hunter Lab45.991882.2509-57.5080
CIE-Lab53.116082.7135-53.1050

#d826dc color RGB value is (216,38,220).

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

The process color (four color CMYK) of #d826dc color hex is 0.02, 0.83, 0.00, 0.14. Web safe color of #d826dc is #cc33cc. Color #d826dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 00100110 11011100
Octal 330 46 334
Decimal 216 38 220
Hex D8 26 DC

RGB Percentages of Color #d826dc

%45.57
%8.02
%46.41

CMYK Percentages of Color #d826dc

%2
%83
%0
%14

Triadic Colors of #d826dc

#d826dc #dcd826 #26dcd8

Analogous Colors of #d826dc

#d826dc #dc2685 #7d26dc

Monochromatic Colors of #d826dc

#d826dc

Complementary Color

#d826dc #2adc26

#d826dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d826dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d826dc Color CSS Codes

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

#d826dc Text Font Color

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

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


#d826dc Background Color

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

This div background color is #d826dc


#d826dc Border Color

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

This div border color is #d826dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d826dc


Comments

No comments written yet.

Please login to write comment.