Color Hex Logo

#d541bd Color Hex

#D541BD
(213,65,189)
0 Favorites   0 Comments

Color spaces of #d541bd

RGB 21365189
HSL0.860.640.55
HSV310°69°84°
CMYK 0.000.690.11   0.16
XYZ38.516221.600950.2835
Yxy21.60090.34890.1957
Hunter Lab46.476866.5921-31.6125
CIE-Lab53.601069.9986-34.5897

#d541bd color RGB value is (213,65,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 01000001 10111101
Octal 325 101 275
Decimal 213 65 189
Hex D5 41 BD

RGB Percentages of Color #d541bd

%45.61
%13.92
%40.47

CMYK Percentages of Color #d541bd

%0
%69
%11
%16

Triadic Colors of #d541bd

#d541bd #bdd541 #41bdd5

Analogous Colors of #d541bd

#d541bd #d54173 #a341d5

Monochromatic Colors of #d541bd

#d541bd

Complementary Color

#d541bd #41d559

#d541bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d541bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d541bd Color CSS Codes

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

#d541bd Text Font Color

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

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


#d541bd Background Color

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

This div background color is #d541bd


#d541bd Border Color

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

This div border color is #d541bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d541bd


Comments

No comments written yet.

Please login to write comment.