Color Hex Logo

#d467bd Color Hex

#D467BD
(212,103,189)
0 Favorites   0 Comments

Color spaces of #d467bd

RGB 212103189
HSL0.870.560.62
HSV313°51°83°
CMYK 0.000.510.11   0.17
XYZ41.186927.371751.2566
Yxy27.37170.34380.2284
Hunter Lab52.318048.9662-21.4646
CIE-Lab59.316853.7230-25.7256

#d467bd color RGB value is (212,103,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01100111 10111101
Octal 324 147 275
Decimal 212 103 189
Hex D4 67 BD

RGB Percentages of Color #d467bd

%42.06
%20.44
%37.50

CMYK Percentages of Color #d467bd

%0
%51
%11
%17

Triadic Colors of #d467bd

#d467bd #bdd467 #67bdd4

Analogous Colors of #d467bd

#d467bd #d46787 #b567d4

Monochromatic Colors of #d467bd

#d467bd

Complementary Color

#d467bd #67d47e

#d467bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d467bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d467bd Color CSS Codes

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

#d467bd Text Font Color

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

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


#d467bd Background Color

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

This div background color is #d467bd


#d467bd Border Color

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

This div border color is #d467bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d467bd


Comments

No comments written yet.

Please login to write comment.