Color Hex Logo

#d98ada Color Hex

#D98ADA
(217,138,218)
0 Favorites   0 Comments

Color spaces of #d98ada

RGB 217138218
HSL0.830.520.70
HSV299°37°85°
CMYK 0.000.370.00   0.15
XYZ50.358637.990671.0084
Yxy37.99060.31600.2384
Hunter Lab61.636537.9751-25.1595
CIE-Lab68.013742.4620-28.5877

#d98ada color RGB value is (217,138,218).

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

The process color (four color CMYK) of #d98ada color hex is 0.00, 0.37, 0.00, 0.15. Web safe color of #d98ada is #cc99cc. Color #d98ada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001010 11011010
Octal 331 212 332
Decimal 217 138 218
Hex D9 8A DA

RGB Percentages of Color #d98ada

%37.87
%24.08
%38.05

CMYK Percentages of Color #d98ada

%0
%37
%0
%15

Triadic Colors of #d98ada

#d98ada #dad98a #8adad9

Analogous Colors of #d98ada

#d98ada #da8ab3 #b18ada

Monochromatic Colors of #d98ada

#d98ada

Complementary Color

#d98ada #8bda8a

#d98ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ada Color CSS Codes

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

#d98ada Text Font Color

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

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


#d98ada Background Color

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

This div background color is #d98ada


#d98ada Border Color

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

This div border color is #d98ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ada


Comments

No comments written yet.

Please login to write comment.