Color Hex Logo

#968fcf Color Hex

#968FCF
(150,143,207)
0 Favorites   0 Comments

Color spaces of #968fcf

RGB 150143207
HSL0.680.400.69
HSV247°31°81°
CMYK 0.280.310.00   0.19
XYZ33.662630.633963.1702
Yxy30.63390.26410.2403
Hunter Lab55.347911.7049-28.9259
CIE-Lab62.197416.7005-31.9839

#968fcf color RGB value is (150,143,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 11001111
Octal 226 217 317
Decimal 150 143 207
Hex 96 8F CF

RGB Percentages of Color #968fcf

%30.00
%28.60
%41.40

CMYK Percentages of Color #968fcf

%28
%31
%0
%19

Triadic Colors of #968fcf

#968fcf #cf968f #8fcf96

Analogous Colors of #968fcf

#968fcf #b68fcf #8fa8cf

Monochromatic Colors of #968fcf

#968fcf

Complementary Color

#968fcf #c8cf8f

#968fcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968fcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968fcf Color CSS Codes

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

#968fcf Text Font Color

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

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


#968fcf Background Color

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

This div background color is #968fcf


#968fcf Border Color

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

This div border color is #968fcf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,143,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 #968fcf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968fcf


Comments

No comments written yet.

Please login to write comment.