Color Hex Logo

#d026bd Color Hex

#D026BD
(208,38,189)
0 Favorites   0 Comments

Color spaces of #d026bd

RGB 20838189
HSL0.850.690.48
HSV307°82°82°
CMYK 0.000.820.09   0.18
XYZ35.890818.470249.8176
Yxy18.47020.34450.1773
Hunter Lab42.977073.8587-38.6433
CIE-Lab50.061576.6494-40.2132

#d026bd color RGB value is (208,38,189).

#d026bd hex color red value is 208, green value is 38 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d026bd hue: 0.85 , saturation: 0.69 and the lightness value of d026bd is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 00100110 10111101
Octal 320 46 275
Decimal 208 38 189
Hex D0 26 BD

RGB Percentages of Color #d026bd

%47.82
%8.74
%43.45

CMYK Percentages of Color #d026bd

%0
%82
%9
%18

Triadic Colors of #d026bd

#d026bd #bdd026 #26bdd0

Analogous Colors of #d026bd

#d026bd #d02668 #8e26d0

Monochromatic Colors of #d026bd

#d026bd

Complementary Color

#d026bd #26d039

#d026bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d026bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d026bd Color CSS Codes

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

#d026bd Text Font Color

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

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


#d026bd Background Color

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

This div background color is #d026bd


#d026bd Border Color

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

This div border color is #d026bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d026bd


Comments

No comments written yet.

Please login to write comment.