Color Hex Logo

#d98ced Color Hex

#D98CED
(217,140,237)
0 Favorites   0 Comments

Color spaces of #d98ced

RGB 217140237
HSL0.800.730.74
HSV288°41°93°
CMYK 0.080.410.00   0.07
XYZ53.279439.622384.9605
Yxy39.62230.29960.2228
Hunter Lab62.946240.9313-35.9632
CIE-Lab69.199745.0256-37.2303

#d98ced color RGB value is (217,140,237).

#d98ced hex color red value is 217, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d98ced hue: 0.80 , saturation: 0.73 and the lightness value of d98ced is 0.74.

The process color (four color CMYK) of #d98ced color hex is 0.08, 0.41, 0.00, 0.07. Web safe color of #d98ced is #cc99ff. Color #d98ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 10001100 11101101
Octal 331 214 355
Decimal 217 140 237
Hex D9 8C ED

RGB Percentages of Color #d98ced

%36.53
%23.57
%39.90

CMYK Percentages of Color #d98ced

%8
%41
%0
%7

Triadic Colors of #d98ced

#d98ced #edd98c #8cedd9

Analogous Colors of #d98ced

#d98ced #ed8cd1 #a98ced

Monochromatic Colors of #d98ced

#d98ced

Complementary Color

#d98ced #a0ed8c

#d98ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d98ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#d98ced Color CSS Codes

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

#d98ced Text Font Color

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

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


#d98ced Background Color

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

This div background color is #d98ced


#d98ced Border Color

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

This div border color is #d98ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d98ced


Comments

No comments written yet.

Please login to write comment.