Color Hex Logo

#d98cbf Color Hex

#D98CBF
(217,140,191)
0 Favorites   0 Comments

Color spaces of #d98cbf

RGB 217140191
HSL0.890.500.70
HSV320°35°85°
CMYK 0.000.350.12   0.15
XYZ47.397337.269553.9858
Yxy37.26950.34180.2688
Hunter Lab61.048831.7493-9.6964
CIE-Lab67.478736.6765-14.3671

#d98cbf color RGB value is (217,140,191).

#d98cbf hex color red value is 217, green value is 140 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #d98cbf hue: 0.89 , saturation: 0.50 and the lightness value of d98cbf is 0.70.

The process color (four color CMYK) of #d98cbf color hex is 0.00, 0.35, 0.12, 0.15. Web safe color of #d98cbf is #cc99cc. Color #d98cbf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10111111
Octal 331 214 277
Decimal 217 140 191
Hex D9 8C BF

RGB Percentages of Color #d98cbf

%39.60
%25.55
%34.85

CMYK Percentages of Color #d98cbf

%0
%35
%12
%15

Triadic Colors of #d98cbf

#d98cbf #bfd98c #8cbfd9

Analogous Colors of #d98cbf

#d98cbf #d98c99 #cd8cd9

Monochromatic Colors of #d98cbf

#d98cbf

Complementary Color

#d98cbf #8cd9a6

#d98cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cbf Color CSS Codes

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

#d98cbf Text Font Color

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

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


#d98cbf Background Color

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

This div background color is #d98cbf


#d98cbf Border Color

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

This div border color is #d98cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cbf


Comments

No comments written yet.

Please login to write comment.