Color Hex Logo

#d93afc Color Hex

#D93AFC
(217,58,252)
0 Favorites   0 Comments

Color spaces of #d93afc

RGB 21758252
HSL0.800.970.61
HSV289°77°99°
CMYK 0.140.770.00   0.01
XYZ47.699024.806194.3695
Yxy24.80610.28580.1487
Hunter Lab49.805783.7896-77.4758
CIE-Lab56.886083.1744-65.0212

#d93afc color RGB value is (217,58,252).

#d93afc hex color red value is 217, green value is 58 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #d93afc hue: 0.80 , saturation: 0.97 and the lightness value of d93afc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111010 11111100
Octal 331 72 374
Decimal 217 58 252
Hex D9 3A FC

RGB Percentages of Color #d93afc

%41.18
%11.01
%47.82

CMYK Percentages of Color #d93afc

%14
%77
%0
%1

Triadic Colors of #d93afc

#d93afc #fcd93a #3afcd9

Analogous Colors of #d93afc

#d93afc #fc3abe #783afc

Monochromatic Colors of #d93afc

#d93afc

Complementary Color

#d93afc #5dfc3a

#d93afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93afc Color CSS Codes

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

#d93afc Text Font Color

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

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


#d93afc Background Color

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

This div background color is #d93afc


#d93afc Border Color

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

This div border color is #d93afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93afc


Comments

No comments written yet.

Please login to write comment.