Color Hex Logo

#d93edd Color Hex

#D93EDD
(217,62,221)
0 Favorites   0 Comments

Color spaces of #d93edd

RGB 21762221
HSL0.830.700.55
HSV298°72°87°
CMYK 0.020.720.00   0.13
XYZ43.389023.417470.6398
Yxy23.41740.31570.1704
Hunter Lab48.391575.3622-52.6748
CIE-Lab55.499776.8025-49.8629

#d93edd color RGB value is (217,62,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111110 11011101
Octal 331 76 335
Decimal 217 62 221
Hex D9 3E DD

RGB Percentages of Color #d93edd

%43.40
%12.40
%44.20

CMYK Percentages of Color #d93edd

%2
%72
%0
%13

Triadic Colors of #d93edd

#d93edd #ddd93e #3eddd9

Analogous Colors of #d93edd

#d93edd #dd3e92 #8a3edd

Monochromatic Colors of #d93edd

#d93edd

Complementary Color

#d93edd #42dd3e

#d93edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93edd Color CSS Codes

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

#d93edd Text Font Color

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

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


#d93edd Background Color

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

This div background color is #d93edd


#d93edd Border Color

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

This div border color is #d93edd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93edd


Comments

No comments written yet.

Please login to write comment.