Color Hex Logo

#d502bd Color Hex

#D502BD
(213,2,189)
0 Favorites   0 Comments

Color spaces of #d502bd

RGB 2132189
HSL0.850.980.42
HSV307°99°84°
CMYK 0.000.990.11   0.16
XYZ36.647617.863749.6606
Yxy17.86370.35180.1715
Hunter Lab42.265580.8094-40.0781
CIE-Lab49.330482.3234-41.3118

#d502bd color RGB value is (213,2,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 00000010 10111101
Octal 325 2 275
Decimal 213 2 189
Hex D5 2 BD

RGB Percentages of Color #d502bd

%52.72
%0.50
%46.78

CMYK Percentages of Color #d502bd

%0
%99
%11
%16

Triadic Colors of #d502bd

#d502bd #bdd502 #02bdd5

Analogous Colors of #d502bd

#d502bd #d50253 #8402d5

Monochromatic Colors of #d502bd

#d502bd

Complementary Color

#d502bd #02d51a

#d502bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d502bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d502bd Color CSS Codes

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

#d502bd Text Font Color

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

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


#d502bd Background Color

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

This div background color is #d502bd


#d502bd Border Color

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

This div border color is #d502bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d502bd


Comments

No comments written yet.

Please login to write comment.