Color Hex Logo

#d764db Color Hex

#D764DB
(215,100,219)
0 Favorites   0 Comments

Color spaces of #d764db

RGB 215100219
HSL0.830.620.63
HSV298°54°86°
CMYK 0.020.540.00   0.14
XYZ45.367728.675970.1617
Yxy28.67590.31460.1989
Hunter Lab53.549957.5137-40.1976
CIE-Lab60.494561.0386-40.8597

#d764db color RGB value is (215,100,219).

#d764db hex color red value is 215, green value is 100 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #d764db hue: 0.83 , saturation: 0.62 and the lightness value of d764db is 0.63.

The process color (four color CMYK) of #d764db color hex is 0.02, 0.54, 0.00, 0.14. Web safe color of #d764db is #cc66cc. Color #d764db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01100100 11011011
Octal 327 144 333
Decimal 215 100 219
Hex D7 64 DB

RGB Percentages of Color #d764db

%40.26
%18.73
%41.01

CMYK Percentages of Color #d764db

%2
%54
%0
%14

Triadic Colors of #d764db

#d764db #dbd764 #64dbd7

Analogous Colors of #d764db

#d764db #db64a4 #9c64db

Monochromatic Colors of #d764db

#d764db

Complementary Color

#d764db #68db64

#d764db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d764db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d764db Color CSS Codes

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

#d764db Text Font Color

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

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


#d764db Background Color

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

This div background color is #d764db


#d764db Border Color

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

This div border color is #d764db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d764db


Comments

No comments written yet.

Please login to write comment.