Color Hex Logo

#d429eb Color Hex

#D429EB
(212,41,235)
0 Favorites   0 Comments

Color spaces of #d429eb

RGB 21241235
HSL0.810.830.54
HSV293°83°92°
CMYK 0.100.830.00   0.08
XYZ42.939721.581180.4997
Yxy21.58110.29610.1488
Hunter Lab46.455583.6940-70.2210
CIE-Lab53.579783.7449-60.8807

#d429eb color RGB value is (212,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00101001 11101011
Octal 324 51 353
Decimal 212 41 235
Hex D4 29 EB

RGB Percentages of Color #d429eb

%43.44
%8.40
%48.16

CMYK Percentages of Color #d429eb

%10
%83
%0
%8

Triadic Colors of #d429eb

#d429eb #ebd429 #29ebd4

Analogous Colors of #d429eb

#d429eb #eb29a1 #7329eb

Monochromatic Colors of #d429eb

#d429eb

Complementary Color

#d429eb #40eb29

#d429eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d429eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d429eb Color CSS Codes

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

#d429eb Text Font Color

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

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


#d429eb Background Color

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

This div background color is #d429eb


#d429eb Border Color

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

This div border color is #d429eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d429eb


Comments

No comments written yet.

Please login to write comment.