Color Hex Logo

#d507bd Color Hex

#D507BD
(213,7,189)
0 Favorites   0 Comments

Color spaces of #d507bd

RGB 2137189
HSL0.850.940.43
HSV307°97°84°
CMYK 0.000.970.11   0.16
XYZ36.701917.972249.6787
Yxy17.97220.35170.1722
Hunter Lab42.393680.3459-39.8031
CIE-Lab49.462481.9341-41.1029

#d507bd color RGB value is (213,7,189).

#d507bd hex color red value is 213, green value is 7 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d507bd hue: 0.85 , saturation: 0.94 and the lightness value of d507bd is 0.43.

The process color (four color CMYK) of #d507bd color hex is 0.00, 0.97, 0.11, 0.16. Web safe color of #d507bd is #cc00cc. Color #d507bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000111 10111101
Octal 325 7 275
Decimal 213 7 189
Hex D5 7 BD

RGB Percentages of Color #d507bd

%52.08
%1.71
%46.21

CMYK Percentages of Color #d507bd

%0
%97
%11
%16

Triadic Colors of #d507bd

#d507bd #bdd507 #07bdd5

Analogous Colors of #d507bd

#d507bd #d50756 #8607d5

Monochromatic Colors of #d507bd

#d507bd

Complementary Color

#d507bd #07d51f

#d507bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d507bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d507bd Color CSS Codes

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

#d507bd Text Font Color

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

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


#d507bd Background Color

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

This div background color is #d507bd


#d507bd Border Color

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

This div border color is #d507bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d507bd


Comments

No comments written yet.

Please login to write comment.