Color Hex Logo

#d86cdc Color Hex

#D86CDC
(216,108,220)
0 Favorites   0 Comments

Color spaces of #d86cdc

RGB 216108220
HSL0.830.620.64
HSV298°51°86°
CMYK 0.020.510.00   0.14
XYZ46.599730.491471.1395
Yxy30.49140.31440.2057
Hunter Lab55.219054.0041-37.7309
CIE-Lab62.075957.7278-38.9319

#d86cdc color RGB value is (216,108,220).

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

The process color (four color CMYK) of #d86cdc color hex is 0.02, 0.51, 0.00, 0.14. Web safe color of #d86cdc is #cc66cc. Color #d86cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101100 11011100
Octal 330 154 334
Decimal 216 108 220
Hex D8 6C DC

RGB Percentages of Color #d86cdc

%39.71
%19.85
%40.44

CMYK Percentages of Color #d86cdc

%2
%51
%0
%14

Triadic Colors of #d86cdc

#d86cdc #dcd86c #6cdcd8

Analogous Colors of #d86cdc

#d86cdc #dc6ca8 #a06cdc

Monochromatic Colors of #d86cdc

#d86cdc

Complementary Color

#d86cdc #70dc6c

#d86cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d86cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d86cdc Color CSS Codes

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

#d86cdc Text Font Color

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

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


#d86cdc Background Color

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

This div background color is #d86cdc


#d86cdc Border Color

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

This div border color is #d86cdc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,108,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 #d86cdc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d86cdc


Comments

No comments written yet.

Please login to write comment.