Color Hex Logo

#d98cfd Color Hex

#D98CFD
(217,140,253)
0 Favorites   0 Comments

Color spaces of #d98cfd

RGB 217140253
HSL0.780.970.77
HSV281°45°99°
CMYK 0.140.450.00   0.01
XYZ55.723040.599797.8281
Yxy40.59970.28700.2091
Hunter Lab63.717944.5967-46.4273
CIE-Lab69.894548.2391-44.8943

#d98cfd color RGB value is (217,140,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11111101
Octal 331 214 375
Decimal 217 140 253
Hex D9 8C FD

RGB Percentages of Color #d98cfd

%35.57
%22.95
%41.48

CMYK Percentages of Color #d98cfd

%14
%45
%0
%1

Triadic Colors of #d98cfd

#d98cfd #fdd98c #8cfdd9

Analogous Colors of #d98cfd

#d98cfd #fd8ce9 #a18cfd

Monochromatic Colors of #d98cfd

#d98cfd

Complementary Color

#d98cfd #b0fd8c

#d98cfd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98cfd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98cfd Color CSS Codes

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

#d98cfd Text Font Color

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

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


#d98cfd Background Color

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

This div background color is #d98cfd


#d98cfd Border Color

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

This div border color is #d98cfd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98cfd


Comments

No comments written yet.

Please login to write comment.