Color Hex Logo

#d526bd Color Hex

#D526BD
(213,38,189)
0 Favorites   0 Comments

Color spaces of #d526bd

RGB 21338189
HSL0.860.700.49
HSV308°82°84°
CMYK 0.000.820.11   0.16
XYZ37.319019.206549.8844
Yxy19.20650.35070.1805
Hunter Lab43.825275.3060-36.8097
CIE-Lab50.927977.6463-38.7883

#d526bd color RGB value is (213,38,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00100110 10111101
Octal 325 46 275
Decimal 213 38 189
Hex D5 26 BD

RGB Percentages of Color #d526bd

%48.41
%8.64
%42.95

CMYK Percentages of Color #d526bd

%0
%82
%11
%16

Triadic Colors of #d526bd

#d526bd #bdd526 #26bdd5

Analogous Colors of #d526bd

#d526bd #d52666 #9626d5

Monochromatic Colors of #d526bd

#d526bd

Complementary Color

#d526bd #26d53e

#d526bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d526bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d526bd Color CSS Codes

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

#d526bd Text Font Color

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

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


#d526bd Background Color

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

This div background color is #d526bd


#d526bd Border Color

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

This div border color is #d526bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d526bd


Comments

No comments written yet.

Please login to write comment.