Color Hex Logo

#d778db Color Hex

#D778DB
(215,120,219)
0 Favorites   0 Comments

Color spaces of #d778db

RGB 215120219
HSL0.830.580.66
HSV298°45°86°
CMYK 0.020.450.00   0.14
XYZ47.527032.994570.8815
Yxy32.99450.31390.2179
Hunter Lab57.440847.1708-32.9548
CIE-Lab64.156551.3580-35.1347

#d778db color RGB value is (215,120,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111000 11011011
Octal 327 170 333
Decimal 215 120 219
Hex D7 78 DB

RGB Percentages of Color #d778db

%38.81
%21.66
%39.53

CMYK Percentages of Color #d778db

%2
%45
%0
%14

Triadic Colors of #d778db

#d778db #dbd778 #78dbd7

Analogous Colors of #d778db

#d778db #db78ae #a678db

Monochromatic Colors of #d778db

#d778db

Complementary Color

#d778db #7cdb78

#d778db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d778db Color Preview on White Background

Lorem ipsum dolor sit amet.

#d778db Color CSS Codes

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

#d778db Text Font Color

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

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


#d778db Background Color

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

This div background color is #d778db


#d778db Border Color

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

This div border color is #d778db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d778db


Comments

No comments written yet.

Please login to write comment.