Color Hex Logo

#d93fdd Color Hex

#D93FDD
(217,63,221)
0 Favorites   0 Comments

Color spaces of #d93fdd

RGB 21763221
HSL0.830.700.56
HSV298°71°87°
CMYK 0.020.710.00   0.13
XYZ43.443923.527270.6581
Yxy23.52720.31570.1709
Hunter Lab48.504874.9920-52.4157
CIE-Lab55.611376.4839-49.6855

#d93fdd color RGB value is (217,63,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111111 11011101
Octal 331 77 335
Decimal 217 63 221
Hex D9 3F DD

RGB Percentages of Color #d93fdd

%43.31
%12.57
%44.11

CMYK Percentages of Color #d93fdd

%2
%71
%0
%13

Triadic Colors of #d93fdd

#d93fdd #ddd93f #3fddd9

Analogous Colors of #d93fdd

#d93fdd #dd3f92 #8a3fdd

Monochromatic Colors of #d93fdd

#d93fdd

Complementary Color

#d93fdd #43dd3f

#d93fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93fdd Color CSS Codes

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

#d93fdd Text Font Color

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

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


#d93fdd Background Color

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

This div background color is #d93fdd


#d93fdd Border Color

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

This div border color is #d93fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93fdd


Comments

No comments written yet.

Please login to write comment.