Color Hex Logo

#d64bdb Color Hex

#D64BDB
(214,75,219)
0 Favorites   0 Comments

Color spaces of #d64bdb

RGB 21475219
HSL0.830.670.58
HSV298°66°86°
CMYK 0.020.660.00   0.14
XYZ43.033824.442869.4676
Yxy24.44280.31420.1785
Hunter Lab49.439768.8525-48.7005
CIE-Lab56.528471.3148-47.1262

#d64bdb color RGB value is (214,75,219).

#d64bdb hex color red value is 214, green value is 75 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d64bdb hue: 0.83 , saturation: 0.67 and the lightness value of d64bdb is 0.58.

The process color (four color CMYK) of #d64bdb color hex is 0.02, 0.66, 0.00, 0.14. Web safe color of #d64bdb is #cc33cc. Color #d64bdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 01001011 11011011
Octal 326 113 333
Decimal 214 75 219
Hex D6 4B DB

RGB Percentages of Color #d64bdb

%42.13
%14.76
%43.11

CMYK Percentages of Color #d64bdb

%2
%66
%0
%14

Triadic Colors of #d64bdb

#d64bdb #dbd64b #4bdbd6

Analogous Colors of #d64bdb

#d64bdb #db4b98 #8e4bdb

Monochromatic Colors of #d64bdb

#d64bdb

Complementary Color

#d64bdb #50db4b

#d64bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d64bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d64bdb Color CSS Codes

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

#d64bdb Text Font Color

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

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


#d64bdb Background Color

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

This div background color is #d64bdb


#d64bdb Border Color

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

This div border color is #d64bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,75,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d64bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d64bdb


Comments

No comments written yet.

Please login to write comment.