Color Hex Logo

#9678ca Color Hex

#9678CA
(150,120,202)
0 Favorites   0 Comments

Color spaces of #9678ca

RGB 150120202
HSL0.730.440.63
HSV262°41°79°
CMYK 0.260.410.00   0.21
XYZ29.954824.181258.9658
Yxy24.18120.26480.2138
Hunter Lab49.174422.6789-36.6735
CIE-Lab56.268828.7581-38.4196

#9678ca color RGB value is (150,120,202).

#9678ca hex color red value is 150, green value is 120 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #9678ca hue: 0.73 , saturation: 0.44 and the lightness value of 9678ca is 0.63.

The process color (four color CMYK) of #9678ca color hex is 0.26, 0.41, 0.00, 0.21. Web safe color of #9678ca is #9966cc. Color #9678ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111000 11001010
Octal 226 170 312
Decimal 150 120 202
Hex 96 78 CA

RGB Percentages of Color #9678ca

%31.78
%25.42
%42.80

CMYK Percentages of Color #9678ca

%26
%41
%0
%21

Triadic Colors of #9678ca

#9678ca #ca9678 #78ca96

Analogous Colors of #9678ca

#9678ca #bf78ca #7883ca

Monochromatic Colors of #9678ca

#9678ca

Complementary Color

#9678ca #acca78

#9678ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9678ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9678ca Color CSS Codes

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

#9678ca Text Font Color

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

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


#9678ca Background Color

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

This div background color is #9678ca


#9678ca Border Color

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

This div border color is #9678ca


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,120,202, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9678ca; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9678ca;
  -webkit-box-shadow: 1px 1px 3px 2px #9678ca;
  box-shadow:         1px 1px 3px 2px #9678ca; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9678ca


Comments

No comments written yet.

Please login to write comment.