Color Hex Logo

#d778da Color Hex

#D778DA
(215,120,218)
0 Favorites   0 Comments

Color spaces of #d778da

RGB 215120218
HSL0.830.570.66
HSV298°45°85°
CMYK 0.010.450.00   0.15
XYZ47.395732.942070.1901
Yxy32.94200.31490.2188
Hunter Lab57.395146.9601-32.3308
CIE-Lab64.113951.1756-34.6427

#d778da color RGB value is (215,120,218).

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

The process color (four color CMYK) of #d778da color hex is 0.01, 0.45, 0.00, 0.15. Web safe color of #d778da is #cc66cc. Color #d778da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 01111000 11011010
Octal 327 170 332
Decimal 215 120 218
Hex D7 78 DA

RGB Percentages of Color #d778da

%38.88
%21.70
%39.42

CMYK Percentages of Color #d778da

%1
%45
%0
%15

Triadic Colors of #d778da

#d778da #dad778 #78dad7

Analogous Colors of #d778da

#d778da #da78ac #a678da

Monochromatic Colors of #d778da

#d778da

Complementary Color

#d778da #7bda78

#d778da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d778da Color Preview on White Background

Lorem ipsum dolor sit amet.

#d778da Color CSS Codes

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

#d778da Text Font Color

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

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


#d778da Background Color

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

This div background color is #d778da


#d778da Border Color

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

This div border color is #d778da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d778da


Comments

No comments written yet.

Please login to write comment.