Color Hex Logo

#d778dc Color Hex

#D778DC
(215,120,220)
0 Favorites   0 Comments

Color spaces of #d778dc

RGB 215120220
HSL0.830.590.67
HSV297°45°86°
CMYK 0.020.450.00   0.14
XYZ47.659133.047371.5770
Yxy33.04730.31300.2170
Hunter Lab57.486847.3826-33.5814
CIE-Lab64.199251.5412-35.6262

#d778dc color RGB value is (215,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111000 11011100
Octal 327 170 334
Decimal 215 120 220
Hex D7 78 DC

RGB Percentages of Color #d778dc

%38.74
%21.62
%39.64

CMYK Percentages of Color #d778dc

%2
%45
%0
%14

Triadic Colors of #d778dc

#d778dc #dcd778 #78dcd7

Analogous Colors of #d778dc

#d778dc #dc78af #a578dc

Monochromatic Colors of #d778dc

#d778dc

Complementary Color

#d778dc #7ddc78

#d778dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d778dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d778dc Color CSS Codes

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

#d778dc Text Font Color

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

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


#d778dc Background Color

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

This div background color is #d778dc


#d778dc Border Color

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

This div border color is #d778dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(215,120,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #d778dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d778dc


Comments

No comments written yet.

Please login to write comment.