Color Hex Logo

#d029eb Color Hex

#D029EB
(208,41,235)
0 Favorites   0 Comments

Color spaces of #d029eb

RGB 20841235
HSL0.810.830.54
HSV292°83°92°
CMYK 0.110.830.00   0.08
XYZ41.800820.993980.4464
Yxy20.99390.29180.1466
Hunter Lab45.819182.6623-72.0244
CIE-Lab52.942883.0677-61.9388

#d029eb color RGB value is (208,41,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 11101011
Octal 320 51 353
Decimal 208 41 235
Hex D0 29 EB

RGB Percentages of Color #d029eb

%42.98
%8.47
%48.55

CMYK Percentages of Color #d029eb

%11
%83
%0
%8

Triadic Colors of #d029eb

#d029eb #ebd029 #29ebd0

Analogous Colors of #d029eb

#d029eb #eb29a5 #6f29eb

Monochromatic Colors of #d029eb

#d029eb

Complementary Color

#d029eb #44eb29

#d029eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d029eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d029eb Color CSS Codes

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

#d029eb Text Font Color

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

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


#d029eb Background Color

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

This div background color is #d029eb


#d029eb Border Color

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

This div border color is #d029eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d029eb


Comments

No comments written yet.

Please login to write comment.