Color Hex Logo

#d93dde Color Hex

#D93DDE
(217,61,222)
0 Favorites   0 Comments

Color spaces of #d93dde

RGB 21761222
HSL0.830.710.55
HSV298°73°87°
CMYK 0.020.730.00   0.13
XYZ43.468823.363171.3257
Yxy23.36310.31460.1691
Hunter Lab48.335475.9410-53.6560
CIE-Lab55.444477.2768-50.5169

#d93dde color RGB value is (217,61,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111101 11011110
Octal 331 75 336
Decimal 217 61 222
Hex D9 3D DE

RGB Percentages of Color #d93dde

%43.40
%12.20
%44.40

CMYK Percentages of Color #d93dde

%2
%73
%0
%13

Triadic Colors of #d93dde

#d93dde #ded93d #3dded9

Analogous Colors of #d93dde

#d93dde #de3d93 #893dde

Monochromatic Colors of #d93dde

#d93dde

Complementary Color

#d93dde #42de3d

#d93dde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93dde Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93dde Color CSS Codes

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

#d93dde Text Font Color

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

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


#d93dde Background Color

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

This div background color is #d93dde


#d93dde Border Color

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

This div border color is #d93dde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93dde


Comments

No comments written yet.

Please login to write comment.