Color Hex Logo

#d439bd Color Hex

#D439BD
(212,57,189)
0 Favorites   0 Comments

Color spaces of #d439bd

RGB 21257189
HSL0.860.640.53
HSV309°73°83°
CMYK 0.000.730.11   0.17
XYZ37.799820.597450.1275
Yxy20.59740.34830.1898
Hunter Lab45.384469.2467-33.7174
CIE-Lab52.506072.4098-36.3175

#d439bd color RGB value is (212,57,189).

#d439bd hex color red value is 212, green value is 57 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d439bd hue: 0.86 , saturation: 0.64 and the lightness value of d439bd is 0.53.

The process color (four color CMYK) of #d439bd color hex is 0.00, 0.73, 0.11, 0.17. Web safe color of #d439bd is #cc33cc. Color #d439bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 00111001 10111101
Octal 324 71 275
Decimal 212 57 189
Hex D4 39 BD

RGB Percentages of Color #d439bd

%46.29
%12.45
%41.27

CMYK Percentages of Color #d439bd

%0
%73
%11
%17

Triadic Colors of #d439bd

#d439bd #bdd439 #39bdd4

Analogous Colors of #d439bd

#d439bd #d43970 #9e39d4

Monochromatic Colors of #d439bd

#d439bd

Complementary Color

#d439bd #39d450

#d439bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d439bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d439bd Color CSS Codes

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

#d439bd Text Font Color

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

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


#d439bd Background Color

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

This div background color is #d439bd


#d439bd Border Color

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

This div border color is #d439bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,57,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d439bd


Comments

No comments written yet.

Please login to write comment.