Color Hex Logo

#d93dea Color Hex

#D93DEA
(217,61,234)
0 Favorites   0 Comments

Color spaces of #d93dea

RGB 21761234
HSL0.820.800.58
HSV294°74°92°
CMYK 0.070.740.00   0.08
XYZ45.135324.029780.1012
Yxy24.02970.30240.1610
Hunter Lab49.020178.5689-62.5686
CIE-Lab56.117579.2367-56.2062

#d93dea color RGB value is (217,61,234).

#d93dea hex color red value is 217, green value is 61 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #d93dea hue: 0.82 , saturation: 0.80 and the lightness value of d93dea is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00111101 11101010
Octal 331 75 352
Decimal 217 61 234
Hex D9 3D EA

RGB Percentages of Color #d93dea

%42.38
%11.91
%45.70

CMYK Percentages of Color #d93dea

%7
%74
%0
%8

Triadic Colors of #d93dea

#d93dea #ead93d #3dead9

Analogous Colors of #d93dea

#d93dea #ea3da5 #833dea

Monochromatic Colors of #d93dea

#d93dea

Complementary Color

#d93dea #4eea3d

#d93dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d93dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#d93dea Color CSS Codes

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

#d93dea Text Font Color

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

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


#d93dea Background Color

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

This div background color is #d93dea


#d93dea Border Color

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

This div border color is #d93dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d93dea


Comments

No comments written yet.

Please login to write comment.