Color Hex Logo

#d029da Color Hex

#D029DA
(208,41,218)
0 Favorites   0 Comments

Color spaces of #d029da

RGB 20841218
HSL0.820.710.51
HSV297°81°85°
CMYK 0.050.810.00   0.15
XYZ39.460320.057768.1214
Yxy20.05770.30920.1571
Hunter Lab44.785878.8992-58.8329
CIE-Lab51.902480.3189-53.9827

#d029da color RGB value is (208,41,218).

#d029da hex color red value is 208, green value is 41 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #d029da hue: 0.82 , saturation: 0.71 and the lightness value of d029da is 0.51.

The process color (four color CMYK) of #d029da color hex is 0.05, 0.81, 0.00, 0.15. Web safe color of #d029da is #cc33cc. Color #d029da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 00101001 11011010
Octal 320 51 332
Decimal 208 41 218
Hex D0 29 DA

RGB Percentages of Color #d029da

%44.54
%8.78
%46.68

CMYK Percentages of Color #d029da

%5
%81
%0
%15

Triadic Colors of #d029da

#d029da #dad029 #29dad0

Analogous Colors of #d029da

#d029da #da298c #7829da

Monochromatic Colors of #d029da

#d029da

Complementary Color

#d029da #33da29

#d029da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d029da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d029da Color CSS Codes

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

#d029da Text Font Color

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

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


#d029da Background Color

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

This div background color is #d029da


#d029da Border Color

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

This div border color is #d029da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(208,41,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d029da


Comments

No comments written yet.

Please login to write comment.