Color Hex Logo

#9c78dd Color Hex

#9C78DD
(156,120,221)
0 Favorites   0 Comments

Color spaces of #9c78dd

RGB 156120221
HSL0.730.600.67
HSV261°46°87°
CMYK 0.290.460.00   0.13
XYZ33.477925.721371.6068
Yxy25.72130.25590.1966
Hunter Lab50.716229.0751-48.2110
CIE-Lab57.771635.1291-46.7324

#9c78dd color RGB value is (156,120,221).

#9c78dd hex color red value is 156, green value is 120 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #9c78dd hue: 0.73 , saturation: 0.60 and the lightness value of 9c78dd is 0.67.

The process color (four color CMYK) of #9c78dd color hex is 0.29, 0.46, 0.00, 0.13. Web safe color of #9c78dd is #9966cc. Color #9c78dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 01111000 11011101
Octal 234 170 335
Decimal 156 120 221
Hex 9C 78 DD

RGB Percentages of Color #9c78dd

%31.39
%24.14
%44.47

CMYK Percentages of Color #9c78dd

%29
%46
%0
%13

Triadic Colors of #9c78dd

#9c78dd #dd9c78 #78dd9c

Analogous Colors of #9c78dd

#9c78dd #cf78dd #7887dd

Monochromatic Colors of #9c78dd

#9c78dd

Complementary Color

#9c78dd #b9dd78

#9c78dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9c78dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9c78dd Color CSS Codes

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

#9c78dd Text Font Color

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

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


#9c78dd Background Color

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

This div background color is #9c78dd


#9c78dd Border Color

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

This div border color is #9c78dd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,120,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9c78dd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9c78dd;
  -webkit-box-shadow: 1px 1px 3px 2px #9c78dd;
  box-shadow:         1px 1px 3px 2px #9c78dd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9c78dd


Comments

No comments written yet.

Please login to write comment.