Color Hex Logo

#d439da Color Hex

#D439DA
(212,57,218)
0 Favorites   0 Comments

Color spaces of #d439da

RGB 21257218
HSL0.830.690.54
HSV298°74°85°
CMYK 0.030.740.00   0.15
XYZ41.269421.985368.3981
Yxy21.98530.31350.1670
Hunter Lab46.888575.0538-53.6667
CIE-Lab54.011476.8435-50.5778

#d439da color RGB value is (212,57,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111001 11011010
Octal 324 71 332
Decimal 212 57 218
Hex D4 39 DA

RGB Percentages of Color #d439da

%43.53
%11.70
%44.76

CMYK Percentages of Color #d439da

%3
%74
%0
%15

Triadic Colors of #d439da

#d439da #dad439 #39dad4

Analogous Colors of #d439da

#d439da #da3990 #8439da

Monochromatic Colors of #d439da

#d439da

Complementary Color

#d439da #3fda39

#d439da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d439da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d439da Color CSS Codes

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

#d439da Text Font Color

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

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


#d439da Background Color

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

This div background color is #d439da


#d439da Border Color

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

This div border color is #d439da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d439da


Comments

No comments written yet.

Please login to write comment.