Color Hex Logo

#d868da Color Hex

#D868DA
(216,104,218)
0 Favorites   0 Comments

Color spaces of #d868da

RGB 216104218
HSL0.830.610.63
HSV299°52°85°
CMYK 0.010.520.00   0.15
XYZ45.924129.561569.6151
Yxy29.56150.31650.2037
Hunter Lab54.370555.6219-37.8546
CIE-Lab61.274059.2697-39.0660

#d868da color RGB value is (216,104,218).

#d868da hex color red value is 216, green value is 104 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d868da hue: 0.83 , saturation: 0.61 and the lightness value of d868da is 0.63.

The process color (four color CMYK) of #d868da color hex is 0.01, 0.52, 0.00, 0.15. Web safe color of #d868da is #cc66cc. Color #d868da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 01101000 11011010
Octal 330 150 332
Decimal 216 104 218
Hex D8 68 DA

RGB Percentages of Color #d868da

%40.15
%19.33
%40.52

CMYK Percentages of Color #d868da

%1
%52
%0
%15

Triadic Colors of #d868da

#d868da #dad868 #68dad8

Analogous Colors of #d868da

#d868da #da68a3 #9f68da

Monochromatic Colors of #d868da

#d868da

Complementary Color

#d868da #6ada68

#d868da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d868da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d868da Color CSS Codes

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

#d868da Text Font Color

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

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


#d868da Background Color

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

This div background color is #d868da


#d868da Border Color

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

This div border color is #d868da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d868da


Comments

No comments written yet.

Please login to write comment.