Color Hex Logo

#d769db Color Hex

#D769DB
(215,105,219)
0 Favorites   0 Comments

Color spaces of #d769db

RGB 215105219
HSL0.830.610.64
HSV298°52°86°
CMYK 0.020.520.00   0.14
XYZ45.862129.664770.3265
Yxy29.66470.31440.2034
Hunter Lab54.465354.9903-38.4305
CIE-Lab61.363858.7059-39.4960

#d769db color RGB value is (215,105,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01101001 11011011
Octal 327 151 333
Decimal 215 105 219
Hex D7 69 DB

RGB Percentages of Color #d769db

%39.89
%19.48
%40.63

CMYK Percentages of Color #d769db

%2
%52
%0
%14

Triadic Colors of #d769db

#d769db #dbd769 #69dbd7

Analogous Colors of #d769db

#d769db #db69a6 #9e69db

Monochromatic Colors of #d769db

#d769db

Complementary Color

#d769db #6ddb69

#d769db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d769db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d769db Color CSS Codes

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

#d769db Text Font Color

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

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


#d769db Background Color

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

This div background color is #d769db


#d769db Border Color

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

This div border color is #d769db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d769db


Comments

No comments written yet.

Please login to write comment.