Color Hex Logo

#9a68dc Color Hex

#9A68DC
(154,104,220)
0 Favorites   0 Comments

Color spaces of #9a68dc

RGB 154104220
HSL0.740.620.64
HSV266°53°86°
CMYK 0.300.530.00   0.14
XYZ31.195021.938070.3004
Yxy21.93800.25270.1777
Hunter Lab46.838036.9178-56.2033
CIE-Lab53.961243.3372-52.2379

#9a68dc color RGB value is (154,104,220).

#9a68dc hex color red value is 154, green value is 104 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9a68dc hue: 0.74 , saturation: 0.62 and the lightness value of 9a68dc is 0.64.

The process color (four color CMYK) of #9a68dc color hex is 0.30, 0.53, 0.00, 0.14. Web safe color of #9a68dc is #9966cc. Color #9a68dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 01101000 11011100
Octal 232 150 334
Decimal 154 104 220
Hex 9A 68 DC

RGB Percentages of Color #9a68dc

%32.22
%21.76
%46.03

CMYK Percentages of Color #9a68dc

%30
%53
%0
%14

Triadic Colors of #9a68dc

#9a68dc #dc9a68 #68dc9a

Analogous Colors of #9a68dc

#9a68dc #d468dc #6870dc

Monochromatic Colors of #9a68dc

#9a68dc

Complementary Color

#9a68dc #aadc68

#9a68dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9a68dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9a68dc Color CSS Codes

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

#9a68dc Text Font Color

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

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


#9a68dc Background Color

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

This div background color is #9a68dc


#9a68dc Border Color

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

This div border color is #9a68dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,104,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9a68dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9a68dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9a68dc;
  box-shadow:         1px 1px 3px 2px #9a68dc; }

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9a68dc


Comments

No comments written yet.

Please login to write comment.