Color Hex Logo

#d98cff Color Hex

#D98CFF
(217,140,255)
0 Favorites   0 Comments

Color spaces of #d98cff

RGB 217140255
HSL0.781.000.77
HSV280°45°100°
CMYK 0.150.450.00   0.00
XYZ56.043440.727999.5152
Yxy40.72790.28550.2075
Hunter Lab63.818445.0711-47.7809
CIE-Lab69.984948.6503-45.8417

#d98cff color RGB value is (217,140,255).

#d98cff hex color red value is 217, green value is 140 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #d98cff hue: 0.78 , saturation: 1.00 and the lightness value of d98cff is 0.77.

The process color (four color CMYK) of #d98cff color hex is 0.15, 0.45, 0.00, 0.00. Web safe color of #d98cff is #cc99ff. Color #d98cff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11111111
Octal 331 214 377
Decimal 217 140 255
Hex D9 8C FF

RGB Percentages of Color #d98cff

%35.46
%22.88
%41.67

CMYK Percentages of Color #d98cff

%15
%45
%0
%0

Triadic Colors of #d98cff

#d98cff #ffd98c #8cffd9

Analogous Colors of #d98cff

#d98cff #ff8cec #a08cff

Monochromatic Colors of #d98cff

#d98cff

Complementary Color

#d98cff #b2ff8c

#d98cff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cff Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cff Color CSS Codes

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

#d98cff Text Font Color

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

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


#d98cff Background Color

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

This div background color is #d98cff


#d98cff Border Color

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

This div border color is #d98cff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cff

Related Colors

#d98cff Color Palettes


Comments

No comments written yet.

Please login to write comment.