Color Hex Logo

#d93fec Color Hex

#D93FEC
(217,63,236)
0 Favorites   0 Comments

Color spaces of #d93fec

RGB 21763236
HSL0.820.820.59
HSV293°73°93°
CMYK 0.080.730.00   0.07
XYZ45.533124.362981.6595
Yxy24.36290.30040.1608
Hunter Lab49.358878.2870-63.5386
CIE-Lab56.449378.9492-56.7974

#d93fec color RGB value is (217,63,236).

#d93fec hex color red value is 217, green value is 63 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #d93fec hue: 0.82 , saturation: 0.82 and the lightness value of d93fec is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111111 11101100
Octal 331 77 354
Decimal 217 63 236
Hex D9 3F EC

RGB Percentages of Color #d93fec

%42.05
%12.21
%45.74

CMYK Percentages of Color #d93fec

%8
%73
%0
%7

Triadic Colors of #d93fec

#d93fec #ecd93f #3fecd9

Analogous Colors of #d93fec

#d93fec #ec3fa9 #833fec

Monochromatic Colors of #d93fec

#d93fec

Complementary Color

#d93fec #52ec3f

#d93fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93fec Color CSS Codes

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

#d93fec Text Font Color

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

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


#d93fec Background Color

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

This div background color is #d93fec


#d93fec Border Color

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

This div border color is #d93fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93fec

#d93fec Color Palettes


Comments

No comments written yet.

Please login to write comment.