Color Hex Logo

#968acd Color Hex

#968ACD
(150,138,205)
0 Favorites   0 Comments

Color spaces of #968acd

RGB 150138205
HSL0.700.400.67
HSV251°33°80°
CMYK 0.270.330.00   0.20
XYZ32.685629.068861.6457
Yxy29.06880.26490.2356
Hunter Lab53.915513.8613-30.0499
CIE-Lab60.842319.0852-32.9674

#968acd color RGB value is (150,138,205).

#968acd hex color red value is 150, green value is 138 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #968acd hue: 0.70 , saturation: 0.40 and the lightness value of 968acd is 0.67.

The process color (four color CMYK) of #968acd color hex is 0.27, 0.33, 0.00, 0.20. Web safe color of #968acd is #9999cc. Color #968acd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11001101
Octal 226 212 315
Decimal 150 138 205
Hex 96 8A CD

RGB Percentages of Color #968acd

%30.43
%27.99
%41.58

CMYK Percentages of Color #968acd

%27
%33
%0
%20

Triadic Colors of #968acd

#968acd #cd968a #8acd96

Analogous Colors of #968acd

#968acd #b88acd #8aa0cd

Monochromatic Colors of #968acd

#968acd

Complementary Color

#968acd #c1cd8a

#968acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#968acd Color CSS Codes

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

#968acd Text Font Color

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

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


#968acd Background Color

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

This div background color is #968acd


#968acd Border Color

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

This div border color is #968acd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,138,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968acd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968acd;
  -webkit-box-shadow: 1px 1px 3px 2px #968acd;
  box-shadow:         1px 1px 3px 2px #968acd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968acd


Comments

No comments written yet.

Please login to write comment.