color codes Logo

#d98cbb color codes

#D98CBB
(217,140,187)
0 Favorites   0 Comments

Color spaces of #d98cbb

RGB 217140187
HSL0.900.500.70
HSV323°35°85°
CMYK 0.000.350.14   0.15
XYZ46.963037.095751.6987
Yxy37.09570.34590.2732
Hunter Lab60.906231.0502-7.6924
CIE-Lab67.348836.0220-12.3235

#d98cbb color RGB value is (217,140,187).

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

The process color (four color CMYK) of #d98cbb color code is 0.00, 0.35, 0.14, 0.15. Web safe color of #d98cbb is #cc99cc. Color #d98cbb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 10111011
Octal 331 214 273
Decimal 217 140 187
Hex D9 8C BB

RGB Percentages of Color #d98cbb

%39.89
%25.74
%34.38

CMYK Percentages of Color #d98cbb

%0
%35
%14
%15

Triadic Colors of #d98cbb

#d98cbb #bbd98c #8cbbd9

Analogous Colors of #d98cbb

#d98cbb #d98c95 #d18cd9

Monochromatic Colors of #d98cbb

#d98cbb

Complementary Color

#d98cbb #8cd9aa

#d98cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cbb Color CSS Codes

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

#d98cbb Text Font Color

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

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


#d98cbb Background Color

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

This div background color is #d98cbb


#d98cbb Border Color

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

This div border color is #d98cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cbb


Comments

No comments written yet.

Please login to write comment.