Color Hex Logo

#d178dc Color Hex

#D178DC
(209,120,220)
0 Favorites   0 Comments

Color spaces of #d178dc

RGB 209120220
HSL0.820.590.67
HSV293°45°86°
CMYK 0.050.450.00   0.14
XYZ45.929232.155671.4961
Yxy32.15560.30710.2150
Hunter Lab56.705945.3415-35.0600
CIE-Lab63.471349.8133-36.8156

#d178dc color RGB value is (209,120,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 11011100
Octal 321 170 334
Decimal 209 120 220
Hex D1 78 DC

RGB Percentages of Color #d178dc

%38.07
%21.86
%40.07

CMYK Percentages of Color #d178dc

%5
%45
%0
%14

Triadic Colors of #d178dc

#d178dc #dcd178 #78dcd1

Analogous Colors of #d178dc

#d178dc #dc78b5 #9f78dc

Monochromatic Colors of #d178dc

#d178dc

Complementary Color

#d178dc #83dc78

#d178dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178dc Color CSS Codes

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

#d178dc Text Font Color

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

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


#d178dc Background Color

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

This div background color is #d178dc


#d178dc Border Color

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

This div border color is #d178dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178dc


Comments

No comments written yet.

Please login to write comment.