Color Hex Logo

#d039da Color Hex

#D039DA
(208,57,218)
0 Favorites   0 Comments

Color spaces of #d039da

RGB 20857218
HSL0.820.690.54
HSV296°74°85°
CMYK 0.050.740.00   0.15
XYZ40.130421.398168.3448
Yxy21.39810.30900.1648
Hunter Lab46.258173.9030-55.2184
CIE-Lab53.382576.0388-51.6177

#d039da color RGB value is (208,57,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00111001 11011010
Octal 320 71 332
Decimal 208 57 218
Hex D0 39 DA

RGB Percentages of Color #d039da

%43.06
%11.80
%45.13

CMYK Percentages of Color #d039da

%5
%74
%0
%15

Triadic Colors of #d039da

#d039da #dad039 #39dad0

Analogous Colors of #d039da

#d039da #da3994 #8039da

Monochromatic Colors of #d039da

#d039da

Complementary Color

#d039da #43da39

#d039da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d039da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d039da Color CSS Codes

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

#d039da Text Font Color

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

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


#d039da Background Color

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

This div background color is #d039da


#d039da Border Color

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

This div border color is #d039da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d039da


Comments

No comments written yet.

Please login to write comment.