Color Hex Logo

#d98bcc Color Hex

#D98BCC
(217,139,204)
0 Favorites   0 Comments

Color spaces of #d98bcc

RGB 217139204
HSL0.860.510.70
HSV310°36°85°
CMYK 0.000.360.06   0.15
XYZ48.747037.576661.8105
Yxy37.57660.32910.2537
Hunter Lab61.299834.6728-16.8742
CIE-Lab67.707439.4194-21.2783

#d98bcc color RGB value is (217,139,204).

#d98bcc hex color red value is 217, green value is 139 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d98bcc hue: 0.86 , saturation: 0.51 and the lightness value of d98bcc is 0.70.

The process color (four color CMYK) of #d98bcc color hex is 0.00, 0.36, 0.06, 0.15. Web safe color of #d98bcc is #cc99cc. Color #d98bcc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001011 11001100
Octal 331 213 314
Decimal 217 139 204
Hex D9 8B CC

RGB Percentages of Color #d98bcc

%38.75
%24.82
%36.43

CMYK Percentages of Color #d98bcc

%0
%36
%6
%15

Triadic Colors of #d98bcc

#d98bcc #ccd98b #8bccd9

Analogous Colors of #d98bcc

#d98bcc #d98ba5 #bf8bd9

Monochromatic Colors of #d98bcc

#d98bcc

Complementary Color

#d98bcc #8bd998

#d98bcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98bcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98bcc Color CSS Codes

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

#d98bcc Text Font Color

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

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


#d98bcc Background Color

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

This div background color is #d98bcc


#d98bcc Border Color

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

This div border color is #d98bcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,139,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98bcc


Comments

No comments written yet.

Please login to write comment.