Color Hex Logo

#968acf Color Hex

#968ACF
(150,138,207)
0 Favorites   0 Comments

Color spaces of #968acf

RGB 150138207
HSL0.700.420.68
HSV250°33°81°
CMYK 0.280.330.00   0.19
XYZ32.928629.166062.9256
Yxy29.16600.26340.2333
Hunter Lab54.005614.3264-31.2790
CIE-Lab60.927919.5824-33.9571

#968acf color RGB value is (150,138,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11001111
Octal 226 212 317
Decimal 150 138 207
Hex 96 8A CF

RGB Percentages of Color #968acf

%30.30
%27.88
%41.82

CMYK Percentages of Color #968acf

%28
%33
%0
%19

Triadic Colors of #968acf

#968acf #cf968a #8acf96

Analogous Colors of #968acf

#968acf #b98acf #8aa1cf

Monochromatic Colors of #968acf

#968acf

Complementary Color

#968acf #c3cf8a

#968acf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968acf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968acf Color CSS Codes

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

#968acf Text Font Color

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

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


#968acf Background Color

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

This div background color is #968acf


#968acf Border Color

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

This div border color is #968acf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968acf


Comments

No comments written yet.

Please login to write comment.