Color Hex Logo

#d539da Color Hex

#D539DA
(213,57,218)
0 Favorites   0 Comments

Color spaces of #d539da

RGB 21357218
HSL0.830.690.54
HSV298°74°85°
CMYK 0.020.740.00   0.15
XYZ41.558622.134368.4116
Yxy22.13430.31460.1676
Hunter Lab47.047175.3438-53.2811
CIE-Lab54.169277.0457-50.3170

#d539da color RGB value is (213,57,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 11011010
Octal 325 71 332
Decimal 213 57 218
Hex D5 39 DA

RGB Percentages of Color #d539da

%43.65
%11.68
%44.67

CMYK Percentages of Color #d539da

%2
%74
%0
%15

Triadic Colors of #d539da

#d539da #dad539 #39dad5

Analogous Colors of #d539da

#d539da #da398f #8539da

Monochromatic Colors of #d539da

#d539da

Complementary Color

#d539da #3eda39

#d539da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539da Color CSS Codes

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

#d539da Text Font Color

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

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


#d539da Background Color

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

This div background color is #d539da


#d539da Border Color

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

This div border color is #d539da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539da


Comments

No comments written yet.

Please login to write comment.