Color Hex Logo

#d469bd Color Hex

#D469BD
(212,105,189)
0 Favorites   0 Comments

Color spaces of #d469bd

RGB 212105189
HSL0.870.550.62
HSV313°50°83°
CMYK 0.000.500.11   0.17
XYZ41.388327.774351.3237
Yxy27.77430.34350.2305
Hunter Lab52.701347.9553-20.8492
CIE-Lab59.684352.7547-25.1599

#d469bd color RGB value is (212,105,189).

#d469bd hex color red value is 212, green value is 105 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d469bd hue: 0.87 , saturation: 0.55 and the lightness value of d469bd is 0.62.

The process color (four color CMYK) of #d469bd color hex is 0.00, 0.50, 0.11, 0.17. Web safe color of #d469bd is #cc66cc. Color #d469bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101001 10111101
Octal 324 151 275
Decimal 212 105 189
Hex D4 69 BD

RGB Percentages of Color #d469bd

%41.90
%20.75
%37.35

CMYK Percentages of Color #d469bd

%0
%50
%11
%17

Triadic Colors of #d469bd

#d469bd #bdd469 #69bdd4

Analogous Colors of #d469bd

#d469bd #d46988 #b669d4

Monochromatic Colors of #d469bd

#d469bd

Complementary Color

#d469bd #69d480

#d469bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d469bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d469bd Color CSS Codes

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

#d469bd Text Font Color

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

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


#d469bd Background Color

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

This div background color is #d469bd


#d469bd Border Color

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

This div border color is #d469bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d469bd


Comments

No comments written yet.

Please login to write comment.