Color Hex Logo

#d665bd Color Hex

#D665BD
(214,101,189)
0 Favorites   0 Comments

Color spaces of #d665bd

RGB 214101189
HSL0.870.580.62
HSV313°53°84°
CMYK 0.000.530.12   0.16
XYZ41.570527.277651.2182
Yxy27.27760.34620.2272
Hunter Lab52.228050.6770-21.5841
CIE-Lab59.230455.2664-25.8357

#d665bd color RGB value is (214,101,189).

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

The process color (four color CMYK) of #d665bd color hex is 0.00, 0.53, 0.12, 0.16. Web safe color of #d665bd is #cc66cc. Color #d665bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01100101 10111101
Octal 326 145 275
Decimal 214 101 189
Hex D6 65 BD

RGB Percentages of Color #d665bd

%42.46
%20.04
%37.50

CMYK Percentages of Color #d665bd

%0
%53
%12
%16

Triadic Colors of #d665bd

#d665bd #bdd665 #65bdd6

Analogous Colors of #d665bd

#d665bd #d66585 #b765d6

Monochromatic Colors of #d665bd

#d665bd

Complementary Color

#d665bd #65d67e

#d665bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d665bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d665bd Color CSS Codes

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

#d665bd Text Font Color

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

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


#d665bd Background Color

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

This div background color is #d665bd


#d665bd Border Color

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

This div border color is #d665bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d665bd


Comments

No comments written yet.

Please login to write comment.