Color Hex Logo

#d98ecb Color Hex

#D98ECB
(217,142,203)
0 Favorites   0 Comments

Color spaces of #d98ecb

RGB 217142203
HSL0.860.500.70
HSV311°35°85°
CMYK 0.000.350.06   0.15
XYZ49.067838.409561.3275
Yxy38.40950.32970.2581
Hunter Lab61.975432.8669-15.2874
CIE-Lab68.321337.6491-19.7873

#d98ecb color RGB value is (217,142,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001110 11001011
Octal 331 216 313
Decimal 217 142 203
Hex D9 8E CB

RGB Percentages of Color #d98ecb

%38.61
%25.27
%36.12

CMYK Percentages of Color #d98ecb

%0
%35
%6
%15

Triadic Colors of #d98ecb

#d98ecb #cbd98e #8ecbd9

Analogous Colors of #d98ecb

#d98ecb #d98ea6 #c28ed9

Monochromatic Colors of #d98ecb

#d98ecb

Complementary Color

#d98ecb #8ed99c

#d98ecb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ecb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ecb Color CSS Codes

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

#d98ecb Text Font Color

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

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


#d98ecb Background Color

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

This div background color is #d98ecb


#d98ecb Border Color

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

This div border color is #d98ecb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ecb


Comments

No comments written yet.

Please login to write comment.