Color Hex Logo

#d968da Color Hex

#D968DA
(217,104,218)
0 Favorites   0 Comments

Color spaces of #d968da

RGB 217104218
HSL0.830.610.63
HSV299°52°85°
CMYK 0.000.520.00   0.15
XYZ46.220529.714369.6290
Yxy29.71430.31750.2041
Hunter Lab54.510855.9587-37.5761
CIE-Lab61.406959.5391-38.8483

#d968da color RGB value is (217,104,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01101000 11011010
Octal 331 150 332
Decimal 217 104 218
Hex D9 68 DA

RGB Percentages of Color #d968da

%40.26
%19.29
%40.45

CMYK Percentages of Color #d968da

%0
%52
%0
%15

Triadic Colors of #d968da

#d968da #dad968 #68dad9

Analogous Colors of #d968da

#d968da #da68a2 #a068da

Monochromatic Colors of #d968da

#d968da

Complementary Color

#d968da #69da68

#d968da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d968da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d968da Color CSS Codes

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

#d968da Text Font Color

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

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


#d968da Background Color

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

This div background color is #d968da


#d968da Border Color

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

This div border color is #d968da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d968da


Comments

No comments written yet.

Please login to write comment.