Color Hex Logo

#d777db Color Hex

#D777DB
(215,119,219)
0 Favorites   0 Comments

Color spaces of #d777db

RGB 215119219
HSL0.830.580.66
HSV298°46°86°
CMYK 0.020.460.00   0.14
XYZ47.407332.755270.8416
Yxy32.75520.31390.2169
Hunter Lab57.232247.7012-33.3263
CIE-Lab63.962251.8619-35.4371

#d777db color RGB value is (215,119,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01110111 11011011
Octal 327 167 333
Decimal 215 119 219
Hex D7 77 DB

RGB Percentages of Color #d777db

%38.88
%21.52
%39.60

CMYK Percentages of Color #d777db

%2
%46
%0
%14

Triadic Colors of #d777db

#d777db #dbd777 #77dbd7

Analogous Colors of #d777db

#d777db #db77ad #a577db

Monochromatic Colors of #d777db

#d777db

Complementary Color

#d777db #7bdb77

#d777db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d777db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d777db Color CSS Codes

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

#d777db Text Font Color

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

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


#d777db Background Color

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

This div background color is #d777db


#d777db Border Color

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

This div border color is #d777db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d777db


Comments

No comments written yet.

Please login to write comment.