Color Hex Logo

#d645bd Color Hex

#D645BD
(214,69,189)
0 Favorites   0 Comments

Color spaces of #d645bd

RGB 21469189
HSL0.860.640.55
HSV310°68°84°
CMYK 0.000.680.12   0.16
XYZ39.045022.226550.3764
Yxy22.22650.34970.1991
Hunter Lab47.145065.3282-30.3524
CIE-Lab54.266568.8155-33.5373

#d645bd color RGB value is (214,69,189).

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

The process color (four color CMYK) of #d645bd color hex is 0.00, 0.68, 0.12, 0.16. Web safe color of #d645bd is #cc33cc. Color #d645bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000101 10111101
Octal 326 105 275
Decimal 214 69 189
Hex D6 45 BD

RGB Percentages of Color #d645bd

%45.34
%14.62
%40.04

CMYK Percentages of Color #d645bd

%0
%68
%12
%16

Triadic Colors of #d645bd

#d645bd #bdd645 #45bdd6

Analogous Colors of #d645bd

#d645bd #d64575 #a745d6

Monochromatic Colors of #d645bd

#d645bd

Complementary Color

#d645bd #45d65e

#d645bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d645bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d645bd Color CSS Codes

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

#d645bd Text Font Color

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

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


#d645bd Background Color

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

This div background color is #d645bd


#d645bd Border Color

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

This div border color is #d645bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d645bd


Comments

No comments written yet.

Please login to write comment.