Color Hex Logo

#968dce Color Hex

#968DCE
(150,141,206)
0 Favorites   0 Comments

Color spaces of #968dce

RGB 150141206
HSL0.690.400.68
HSV248°32°81°
CMYK 0.270.320.00   0.19
XYZ33.243129.990062.4291
Yxy29.99000.26450.2387
Hunter Lab54.763112.5202-29.2555
CIE-Lab61.645617.6032-32.2803

#968dce color RGB value is (150,141,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 11001110
Octal 226 215 316
Decimal 150 141 206
Hex 96 8D CE

RGB Percentages of Color #968dce

%30.18
%28.37
%41.45

CMYK Percentages of Color #968dce

%27
%32
%0
%19

Triadic Colors of #968dce

#968dce #ce968d #8dce96

Analogous Colors of #968dce

#968dce #b78dce #8da5ce

Monochromatic Colors of #968dce

#968dce

Complementary Color

#968dce #c5ce8d

#968dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#968dce Color CSS Codes

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

#968dce Text Font Color

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

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


#968dce Background Color

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

This div background color is #968dce


#968dce Border Color

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

This div border color is #968dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968dce


Comments

No comments written yet.

Please login to write comment.