color codes Logo

#d958dd color codes

#D958DD
(217,88,221)
0 Favorites   0 Comments

Color spaces of #d958dd

RGB 21788221
HSL0.830.660.61
HSV298°60°87°
CMYK 0.020.600.00   0.13
XYZ45.156126.951671.2288
Yxy26.95160.31500.1880
Hunter Lab51.914964.4099-45.0072
CIE-Lab58.929567.1760-44.4294

#d958dd color RGB value is (217,88,221).

#d958dd hex color red value is 217, green value is 88 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #d958dd hue: 0.83 , saturation: 0.66 and the lightness value of d958dd is 0.61.

The process color (four color CMYK) of #d958dd color code is 0.02, 0.60, 0.00, 0.13. Web safe color of #d958dd is #cc66cc. Color #d958dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 01011000 11011101
Octal 331 130 335
Decimal 217 88 221
Hex D9 58 DD

RGB Percentages of Color #d958dd

%41.25
%16.73
%42.02

CMYK Percentages of Color #d958dd

%2
%60
%0
%13

Triadic Colors of #d958dd

#d958dd #ddd958 #58ddd9

Analogous Colors of #d958dd

#d958dd #dd589f #9758dd

Monochromatic Colors of #d958dd

#d958dd

Complementary Color

#d958dd #5cdd58

#d958dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d958dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d958dd Color CSS Codes

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

#d958dd Text Font Color

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

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


#d958dd Background Color

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

This div background color is #d958dd


#d958dd Border Color

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

This div border color is #d958dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d958dd


Comments

No comments written yet.

Please login to write comment.