Color Hex Logo

#d539bd Color Hex

#D539BD
(213,57,189)
0 Favorites   0 Comments

Color spaces of #d539bd

RGB 21357189
HSL0.860.650.53
HSV309°73°84°
CMYK 0.000.730.11   0.16
XYZ38.089020.746550.1411
Yxy20.74650.34950.1904
Hunter Lab45.548369.5580-33.3846
CIE-Lab52.670972.6344-36.0471

#d539bd color RGB value is (213,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00111001 10111101
Octal 325 71 275
Decimal 213 57 189
Hex D5 39 BD

RGB Percentages of Color #d539bd

%46.41
%12.42
%41.18

CMYK Percentages of Color #d539bd

%0
%73
%11
%16

Triadic Colors of #d539bd

#d539bd #bdd539 #39bdd5

Analogous Colors of #d539bd

#d539bd #d5396f #9f39d5

Monochromatic Colors of #d539bd

#d539bd

Complementary Color

#d539bd #39d551

#d539bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d539bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d539bd Color CSS Codes

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

#d539bd Text Font Color

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

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


#d539bd Background Color

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

This div background color is #d539bd


#d539bd Border Color

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

This div border color is #d539bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d539bd


Comments

No comments written yet.

Please login to write comment.