Color Hex Logo

#d935dd Color Hex

#D935DD
(217,53,221)
0 Favorites   0 Comments

Color spaces of #d935dd

RGB 21753221
HSL0.830.710.54
HSV299°76°87°
CMYK 0.020.760.00   0.13
XYZ42.939522.518470.4899
Yxy22.51840.31590.1656
Hunter Lab47.453678.4763-54.8549
CIE-Lab54.572879.4638-51.3385

#d935dd color RGB value is (217,53,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00110101 11011101
Octal 331 65 335
Decimal 217 53 221
Hex D9 35 DD

RGB Percentages of Color #d935dd

%44.20
%10.79
%45.01

CMYK Percentages of Color #d935dd

%2
%76
%0
%13

Triadic Colors of #d935dd

#d935dd #ddd935 #35ddd9

Analogous Colors of #d935dd

#d935dd #dd358d #8535dd

Monochromatic Colors of #d935dd

#d935dd

Complementary Color

#d935dd #39dd35

#d935dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d935dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d935dd Color CSS Codes

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

#d935dd Text Font Color

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

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


#d935dd Background Color

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

This div background color is #d935dd


#d935dd Border Color

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

This div border color is #d935dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d935dd


Comments

No comments written yet.

Please login to write comment.