Color Hex Logo

#d178ed Color Hex

#D178ED
(209,120,237)
0 Favorites   0 Comments

Color spaces of #d178ed

RGB 209120237
HSL0.790.760.70
HSV286°49°93°
CMYK 0.120.490.00   0.07
XYZ48.297033.102783.9647
Yxy33.10270.29210.2002
Hunter Lab57.534949.1535-46.2515
CIE-Lab64.244053.1125-45.0523

#d178ed color RGB value is (209,120,237).

#d178ed hex color red value is 209, green value is 120 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #d178ed hue: 0.79 , saturation: 0.76 and the lightness value of d178ed is 0.70.

The process color (four color CMYK) of #d178ed color hex is 0.12, 0.49, 0.00, 0.07. Web safe color of #d178ed is #cc66ff. Color #d178ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 11101101
Octal 321 170 355
Decimal 209 120 237
Hex D1 78 ED

RGB Percentages of Color #d178ed

%36.93
%21.20
%41.87

CMYK Percentages of Color #d178ed

%12
%49
%0
%7

Triadic Colors of #d178ed

#d178ed #edd178 #78edd1

Analogous Colors of #d178ed

#d178ed #ed78cf #9778ed

Monochromatic Colors of #d178ed

#d178ed

Complementary Color

#d178ed #94ed78

#d178ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178ed Color CSS Codes

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

#d178ed Text Font Color

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

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


#d178ed Background Color

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

This div background color is #d178ed


#d178ed Border Color

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

This div border color is #d178ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178ed


Comments

No comments written yet.

Please login to write comment.