Color Hex Logo

#d98ccf Color Hex

#D98CCF
(217,140,207)
0 Favorites   0 Comments

Color spaces of #d98ccf

RGB 217140207
HSL0.850.500.70
HSV308°35°85°
CMYK 0.000.350.05   0.15
XYZ49.255838.012963.7726
Yxy38.01290.32610.2517
Hunter Lab61.654634.7079-18.1685
CIE-Lab68.030139.4160-22.4560

#d98ccf color RGB value is (217,140,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11001111
Octal 331 214 317
Decimal 217 140 207
Hex D9 8C CF

RGB Percentages of Color #d98ccf

%38.48
%24.82
%36.70

CMYK Percentages of Color #d98ccf

%0
%35
%5
%15

Triadic Colors of #d98ccf

#d98ccf #cfd98c #8ccfd9

Analogous Colors of #d98ccf

#d98ccf #d98ca9 #bd8cd9

Monochromatic Colors of #d98ccf

#d98ccf

Complementary Color

#d98ccf #8cd996

#d98ccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ccf Color CSS Codes

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

#d98ccf Text Font Color

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

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


#d98ccf Background Color

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

This div background color is #d98ccf


#d98ccf Border Color

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

This div border color is #d98ccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ccf


Comments

No comments written yet.

Please login to write comment.