Color Hex Logo

#d93ffd Color Hex

#D93FFD
(217,63,253)
0 Favorites   0 Comments

Color spaces of #d93ffd

RGB 21763253
HSL0.800.980.62
HSV289°75°99°
CMYK 0.140.750.00   0.01
XYZ48.122425.398695.2946
Yxy25.39860.28510.1505
Hunter Lab50.397082.2488-76.8322
CIE-Lab57.461781.8649-64.6496

#d93ffd color RGB value is (217,63,253).

#d93ffd hex color red value is 217, green value is 63 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #d93ffd hue: 0.80 , saturation: 0.98 and the lightness value of d93ffd is 0.62.

The process color (four color CMYK) of #d93ffd color hex is 0.14, 0.75, 0.00, 0.01. Web safe color of #d93ffd is #cc33ff. Color #d93ffd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111111 11111101
Octal 331 77 375
Decimal 217 63 253
Hex D9 3F FD

RGB Percentages of Color #d93ffd

%40.71
%11.82
%47.47

CMYK Percentages of Color #d93ffd

%14
%75
%0
%1

Triadic Colors of #d93ffd

#d93ffd #fdd93f #3ffdd9

Analogous Colors of #d93ffd

#d93ffd #fd3fc2 #7a3ffd

Monochromatic Colors of #d93ffd

#d93ffd

Complementary Color

#d93ffd #63fd3f

#d93ffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93ffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93ffd Color CSS Codes

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

#d93ffd Text Font Color

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

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


#d93ffd Background Color

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

This div background color is #d93ffd


#d93ffd Border Color

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

This div border color is #d93ffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93ffd


Comments

No comments written yet.

Please login to write comment.