Color Hex Logo

#d768db Color Hex

#D768DB
(215,104,219)
0 Favorites   0 Comments

Color spaces of #d768db

RGB 215104219
HSL0.830.610.63
HSV298°53°86°
CMYK 0.020.530.00   0.14
XYZ45.760829.462270.2927
Yxy29.46220.31450.2025
Hunter Lab54.279155.4987-38.7866
CIE-Lab61.187459.1775-39.7725

#d768db color RGB value is (215,104,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101000 11011011
Octal 327 150 333
Decimal 215 104 219
Hex D7 68 DB

RGB Percentages of Color #d768db

%39.96
%19.33
%40.71

CMYK Percentages of Color #d768db

%2
%53
%0
%14

Triadic Colors of #d768db

#d768db #dbd768 #68dbd7

Analogous Colors of #d768db

#d768db #db68a6 #9e68db

Monochromatic Colors of #d768db

#d768db

Complementary Color

#d768db #6cdb68

#d768db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d768db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d768db Color CSS Codes

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

#d768db Text Font Color

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

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


#d768db Background Color

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

This div background color is #d768db


#d768db Border Color

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

This div border color is #d768db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d768db


Comments

No comments written yet.

Please login to write comment.