Color Hex Logo

#d929eb Color Hex

#D929EB
(217,41,235)
0 Favorites   0 Comments

Color spaces of #d929eb

RGB 21741235
HSL0.820.830.54
HSV294°83°92°
CMYK 0.080.830.00   0.08
XYZ44.403622.335780.5682
Yxy22.33570.30140.1516
Hunter Lab47.260785.0029-67.9929
CIE-Lab54.381484.6006-59.5497

#d929eb color RGB value is (217,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 00101001 11101011
Octal 331 51 353
Decimal 217 41 235
Hex D9 29 EB

RGB Percentages of Color #d929eb

%44.02
%8.32
%47.67

CMYK Percentages of Color #d929eb

%8
%83
%0
%8

Triadic Colors of #d929eb

#d929eb #ebd929 #29ebd9

Analogous Colors of #d929eb

#d929eb #eb299c #7829eb

Monochromatic Colors of #d929eb

#d929eb

Complementary Color

#d929eb #3beb29

#d929eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d929eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d929eb Color CSS Codes

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

#d929eb Text Font Color

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

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


#d929eb Background Color

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

This div background color is #d929eb


#d929eb Border Color

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

This div border color is #d929eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d929eb


Comments

No comments written yet.

Please login to write comment.