Color Hex Logo

#d048bd Color Hex

#D048BD
(208,72,189)
0 Favorites   0 Comments

Color spaces of #d048bd

RGB 20872189
HSL0.860.590.55
HSV308°65°82°
CMYK 0.000.650.09   0.18
XYZ37.515121.718750.3590
Yxy21.71870.34230.1982
Hunter Lab46.603362.1345-31.4457
CIE-Lab53.727366.2204-34.4493

#d048bd color RGB value is (208,72,189).

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

The process color (four color CMYK) of #d048bd color hex is 0.00, 0.65, 0.09, 0.18. Web safe color of #d048bd is #cc33cc. Color #d048bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010000 01001000 10111101
Octal 320 110 275
Decimal 208 72 189
Hex D0 48 BD

RGB Percentages of Color #d048bd

%44.35
%15.35
%40.30

CMYK Percentages of Color #d048bd

%0
%65
%9
%18

Triadic Colors of #d048bd

#d048bd #bdd048 #48bdd0

Analogous Colors of #d048bd

#d048bd #d04879 #9f48d0

Monochromatic Colors of #d048bd

#d048bd

Complementary Color

#d048bd #48d05b

#d048bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d048bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d048bd Color CSS Codes

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

#d048bd Text Font Color

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

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


#d048bd Background Color

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

This div background color is #d048bd


#d048bd Border Color

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

This div border color is #d048bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d048bd


Comments

No comments written yet.

Please login to write comment.