Color Hex Logo

#968adb Color Hex

#968ADB
(150,138,219)
0 Favorites   0 Comments

Color spaces of #968adb

RGB 150138219
HSL0.690.530.70
HSV249°37°86°
CMYK 0.320.370.00   0.14
XYZ34.452329.775570.9492
Yxy29.77550.25490.2203
Hunter Lab54.566917.2086-38.8934
CIE-Lab61.460022.6236-39.8389

#968adb color RGB value is (150,138,219).

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

The process color (four color CMYK) of #968adb color hex is 0.32, 0.37, 0.00, 0.14. Web safe color of #968adb is #9999cc. Color #968adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11011011
Octal 226 212 333
Decimal 150 138 219
Hex 96 8A DB

RGB Percentages of Color #968adb

%29.59
%27.22
%43.20

CMYK Percentages of Color #968adb

%32
%37
%0
%14

Triadic Colors of #968adb

#968adb #db968a #8adb96

Analogous Colors of #968adb

#968adb #bf8adb #8aa7db

Monochromatic Colors of #968adb

#968adb

Complementary Color

#968adb #cfdb8a

#968adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#968adb Color CSS Codes

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

#968adb Text Font Color

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

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


#968adb Background Color

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

This div background color is #968adb


#968adb Border Color

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

This div border color is #968adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968adb


Comments

No comments written yet.

Please login to write comment.