Color Hex Logo

#d640bd Color Hex

#D640BD
(214,64,189)
0 Favorites   0 Comments

Color spaces of #d640bd

RGB 21464189
HSL0.860.650.55
HSV310°70°84°
CMYK 0.000.700.12   0.16
XYZ38.750321.637150.2781
Yxy21.63710.35020.1955
Hunter Lab46.515767.2985-31.5247
CIE-Lab53.639870.5792-34.5171

#d640bd color RGB value is (214,64,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 01000000 10111101
Octal 326 100 275
Decimal 214 64 189
Hex D6 40 BD

RGB Percentages of Color #d640bd

%45.82
%13.70
%40.47

CMYK Percentages of Color #d640bd

%0
%70
%12
%16

Triadic Colors of #d640bd

#d640bd #bdd640 #40bdd6

Analogous Colors of #d640bd

#d640bd #d64072 #a440d6

Monochromatic Colors of #d640bd

#d640bd

Complementary Color

#d640bd #40d659

#d640bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d640bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d640bd Color CSS Codes

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

#d640bd Text Font Color

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

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


#d640bd Background Color

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

This div background color is #d640bd


#d640bd Border Color

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

This div border color is #d640bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d640bd


Comments

No comments written yet.

Please login to write comment.