Color Hex Logo

#d938dd Color Hex

#D938DD
(217,56,221)
0 Favorites   0 Comments

Color spaces of #d938dd

RGB 21756221
HSL0.830.710.54
HSV299°75°87°
CMYK 0.020.750.00   0.13
XYZ43.080622.800570.5370
Yxy22.80050.31580.1671
Hunter Lab47.749977.4829-54.1594
CIE-Lab54.866278.6186-50.8711

#d938dd color RGB value is (217,56,221).

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

The process color (four color CMYK) of #d938dd color hex is 0.02, 0.75, 0.00, 0.13. Web safe color of #d938dd is #cc33cc. Color #d938dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111000 11011101
Octal 331 70 335
Decimal 217 56 221
Hex D9 38 DD

RGB Percentages of Color #d938dd

%43.93
%11.34
%44.74

CMYK Percentages of Color #d938dd

%2
%75
%0
%13

Triadic Colors of #d938dd

#d938dd #ddd938 #38ddd9

Analogous Colors of #d938dd

#d938dd #dd388f #8738dd

Monochromatic Colors of #d938dd

#d938dd

Complementary Color

#d938dd #3cdd38

#d938dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d938dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d938dd Color CSS Codes

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

#d938dd Text Font Color

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

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


#d938dd Background Color

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

This div background color is #d938dd


#d938dd Border Color

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

This div border color is #d938dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,56,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 #d938dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d938dd


Comments

No comments written yet.

Please login to write comment.