Color Hex Logo

#d178eb Color Hex

#D178EB
(209,120,235)
0 Favorites   0 Comments

Color spaces of #d178eb

RGB 209120235
HSL0.800.740.70
HSV286°49°92°
CMYK 0.110.490.00   0.08
XYZ48.006432.986482.4341
Yxy32.98640.29370.2018
Hunter Lab57.433848.6912-44.8946
CIE-Lab64.149952.7162-44.0933

#d178eb color RGB value is (209,120,235).

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

The process color (four color CMYK) of #d178eb color hex is 0.11, 0.49, 0.00, 0.08. Web safe color of #d178eb is #cc66ff. Color #d178eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 01111000 11101011
Octal 321 170 353
Decimal 209 120 235
Hex D1 78 EB

RGB Percentages of Color #d178eb

%37.06
%21.28
%41.67

CMYK Percentages of Color #d178eb

%11
%49
%0
%8

Triadic Colors of #d178eb

#d178eb #ebd178 #78ebd1

Analogous Colors of #d178eb

#d178eb #eb78cc #9878eb

Monochromatic Colors of #d178eb

#d178eb

Complementary Color

#d178eb #92eb78

#d178eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d178eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d178eb Color CSS Codes

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

#d178eb Text Font Color

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

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


#d178eb Background Color

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

This div background color is #d178eb


#d178eb Border Color

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

This div border color is #d178eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d178eb


Comments

No comments written yet.

Please login to write comment.