Color Hex Logo

#968ecc Color Hex

#968ECC
(150,142,204)
0 Favorites   0 Comments

Color spaces of #968ecc

RGB 150142204
HSL0.690.380.68
HSV248°30°80°
CMYK 0.260.300.00   0.20
XYZ33.149830.189761.2067
Yxy30.18970.26620.2424
Hunter Lab54.945211.5395-27.5851
CIE-Lab61.817616.5321-30.8922

#968ecc color RGB value is (150,142,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 11001100
Octal 226 216 314
Decimal 150 142 204
Hex 96 8E CC

RGB Percentages of Color #968ecc

%30.24
%28.63
%41.13

CMYK Percentages of Color #968ecc

%26
%30
%0
%20

Triadic Colors of #968ecc

#968ecc #cc968e #8ecc96

Analogous Colors of #968ecc

#968ecc #b58ecc #8ea5cc

Monochromatic Colors of #968ecc

#968ecc

Complementary Color

#968ecc #c4cc8e

#968ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ecc Color CSS Codes

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

#968ecc Text Font Color

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

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


#968ecc Background Color

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

This div background color is #968ecc


#968ecc Border Color

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

This div border color is #968ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ecc


Comments

No comments written yet.

Please login to write comment.