Color Hex Logo

#d87ada Color Hex

#D87ADA
(216,122,218)
0 Favorites   0 Comments

Color spaces of #d87ada

RGB 216122218
HSL0.830.560.67
HSV299°44°85°
CMYK 0.010.440.00   0.15
XYZ47.933333.580070.2849
Yxy33.58000.31580.2212
Hunter Lab57.948346.2412-31.3485
CIE-Lab64.627850.4540-33.8344

#d87ada color RGB value is (216,122,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 01111010 11011010
Octal 330 172 332
Decimal 216 122 218
Hex D8 7A DA

RGB Percentages of Color #d87ada

%38.85
%21.94
%39.21

CMYK Percentages of Color #d87ada

%1
%44
%0
%15

Triadic Colors of #d87ada

#d87ada #dad87a #7adad8

Analogous Colors of #d87ada

#d87ada #da7aac #a87ada

Monochromatic Colors of #d87ada

#d87ada

Complementary Color

#d87ada #7cda7a

#d87ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d87ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#d87ada Color CSS Codes

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

#d87ada Text Font Color

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

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


#d87ada Background Color

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

This div background color is #d87ada


#d87ada Border Color

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

This div border color is #d87ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d87ada


Comments

No comments written yet.

Please login to write comment.