Color Hex Logo

#d942eb Color Hex

#D942EB
(217,66,235)
0 Favorites   0 Comments

Color spaces of #d942eb

RGB 21766235
HSL0.820.810.59
HSV294°72°92°
CMYK 0.080.720.00   0.08
XYZ45.558924.646380.9533
Yxy24.64630.30140.1630
Hunter Lab49.645076.9294-61.9293
CIE-Lab56.729277.8168-55.7896

#d942eb color RGB value is (217,66,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000010 11101011
Octal 331 102 353
Decimal 217 66 235
Hex D9 42 EB

RGB Percentages of Color #d942eb

%41.89
%12.74
%45.37

CMYK Percentages of Color #d942eb

%8
%72
%0
%8

Triadic Colors of #d942eb

#d942eb #ebd942 #42ebd9

Analogous Colors of #d942eb

#d942eb #eb42a9 #8542eb

Monochromatic Colors of #d942eb

#d942eb

Complementary Color

#d942eb #54eb42

#d942eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d942eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d942eb Color CSS Codes

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

#d942eb Text Font Color

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

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


#d942eb Background Color

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

This div background color is #d942eb


#d942eb Border Color

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

This div border color is #d942eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d942eb


Comments

No comments written yet.

Please login to write comment.