Color Hex Logo

#d93ded Color Hex

#D93DED
(217,61,237)
0 Favorites   0 Comments

Color spaces of #d93ded

RGB 21761237
HSL0.810.830.58
HSV293°74°93°
CMYK 0.080.740.00   0.07
XYZ45.570124.203682.3907
Yxy24.20360.29950.1591
Hunter Lab49.197279.2451-64.8552
CIE-Lab56.291179.7372-57.6110

#d93ded color RGB value is (217,61,237).

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

The process color (four color CMYK) of #d93ded color hex is 0.08, 0.74, 0.00, 0.07. Web safe color of #d93ded is #cc33ff. Color #d93ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111101 11101101
Octal 331 75 355
Decimal 217 61 237
Hex D9 3D ED

RGB Percentages of Color #d93ded

%42.14
%11.84
%46.02

CMYK Percentages of Color #d93ded

%8
%74
%0
%7

Triadic Colors of #d93ded

#d93ded #edd93d #3dedd9

Analogous Colors of #d93ded

#d93ded #ed3da9 #813ded

Monochromatic Colors of #d93ded

#d93ded

Complementary Color

#d93ded #51ed3d

#d93ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93ded Color CSS Codes

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

#d93ded Text Font Color

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

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


#d93ded Background Color

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

This div background color is #d93ded


#d93ded Border Color

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

This div border color is #d93ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93ded


Comments

No comments written yet.

Please login to write comment.