Color Hex Logo

#d468bd Color Hex

#D468BD
(212,104,189)
0 Favorites   0 Comments

Color spaces of #d468bd

RGB 212104189
HSL0.870.560.62
HSV313°51°83°
CMYK 0.000.510.11   0.17
XYZ41.287027.571851.2899
Yxy27.57180.34360.2295
Hunter Lab52.508948.4616-21.1574
CIE-Lab59.499953.2401-25.4436

#d468bd color RGB value is (212,104,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 01101000 10111101
Octal 324 150 275
Decimal 212 104 189
Hex D4 68 BD

RGB Percentages of Color #d468bd

%41.98
%20.59
%37.43

CMYK Percentages of Color #d468bd

%0
%51
%11
%17

Triadic Colors of #d468bd

#d468bd #bdd468 #68bdd4

Analogous Colors of #d468bd

#d468bd #d46887 #b568d4

Monochromatic Colors of #d468bd

#d468bd

Complementary Color

#d468bd #68d47f

#d468bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d468bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d468bd Color CSS Codes

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

#d468bd Text Font Color

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

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


#d468bd Background Color

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

This div background color is #d468bd


#d468bd Border Color

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

This div border color is #d468bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d468bd


Comments

No comments written yet.

Please login to write comment.