Color Hex Logo

#d903bd Color Hex

#D903BD
(217,3,189)
0 Favorites   0 Comments

Color spaces of #d903bd

RGB 2173189
HSL0.860.970.43
HSV308°99°85°
CMYK 0.000.990.13   0.15
XYZ37.833118.491049.7192
Yxy18.49100.35680.1744
Hunter Lab43.001281.7951-38.4520
CIE-Lab50.086382.9476-40.0690

#d903bd color RGB value is (217,3,189).

#d903bd hex color red value is 217, green value is 3 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d903bd hue: 0.86 , saturation: 0.97 and the lightness value of d903bd is 0.43.

The process color (four color CMYK) of #d903bd color hex is 0.00, 0.99, 0.13, 0.15. Web safe color of #d903bd is #cc00cc. Color #d903bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 00000011 10111101
Octal 331 3 275
Decimal 217 3 189
Hex D9 3 BD

RGB Percentages of Color #d903bd

%53.06
%0.73
%46.21

CMYK Percentages of Color #d903bd

%0
%99
%13
%15

Triadic Colors of #d903bd

#d903bd #bdd903 #03bdd9

Analogous Colors of #d903bd

#d903bd #d90352 #8a03d9

Monochromatic Colors of #d903bd

#d903bd

Complementary Color

#d903bd #03d91f

#d903bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d903bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d903bd Color CSS Codes

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

#d903bd Text Font Color

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

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


#d903bd Background Color

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

This div background color is #d903bd


#d903bd Border Color

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

This div border color is #d903bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d903bd


Comments

No comments written yet.

Please login to write comment.