Color Hex Logo

#d943eb Color Hex

#D943EB
(217,67,235)
0 Favorites   0 Comments

Color spaces of #d943eb

RGB 21767235
HSL0.820.810.59
HSV294°71°92°
CMYK 0.080.710.00   0.08
XYZ45.617824.764280.9729
Yxy24.76420.30140.1636
Hunter Lab49.763676.5427-61.6392
CIE-Lab56.844977.4863-55.6046

#d943eb color RGB value is (217,67,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 01000011 11101011
Octal 331 103 353
Decimal 217 67 235
Hex D9 43 EB

RGB Percentages of Color #d943eb

%41.81
%12.91
%45.28

CMYK Percentages of Color #d943eb

%8
%71
%0
%8

Triadic Colors of #d943eb

#d943eb #ebd943 #43ebd9

Analogous Colors of #d943eb

#d943eb #eb43a9 #8543eb

Monochromatic Colors of #d943eb

#d943eb

Complementary Color

#d943eb #55eb43

#d943eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d943eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d943eb Color CSS Codes

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

#d943eb Text Font Color

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

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


#d943eb Background Color

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

This div background color is #d943eb


#d943eb Border Color

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

This div border color is #d943eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,67,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 #d943eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d943eb


Comments

No comments written yet.

Please login to write comment.