Color Hex Logo

#968ece Color Hex

#968ECE
(150,142,206)
0 Favorites   0 Comments

Color spaces of #968ece

RGB 150142206
HSL0.690.400.68
HSV248°31°81°
CMYK 0.270.310.00   0.19
XYZ33.391330.286362.4784
Yxy30.28630.26470.2401
Hunter Lab55.033011.9973-28.7882
CIE-Lab61.900517.0273-31.8846

#968ece color RGB value is (150,142,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 11001110
Octal 226 216 316
Decimal 150 142 206
Hex 96 8E CE

RGB Percentages of Color #968ece

%30.12
%28.51
%41.37

CMYK Percentages of Color #968ece

%27
%31
%0
%19

Triadic Colors of #968ece

#968ece #ce968e #8ece96

Analogous Colors of #968ece

#968ece #b68ece #8ea6ce

Monochromatic Colors of #968ece

#968ece

Complementary Color

#968ece #c6ce8e

#968ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ece Color CSS Codes

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

#968ece Text Font Color

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

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


#968ece Background Color

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

This div background color is #968ece


#968ece Border Color

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

This div border color is #968ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ece


Comments

No comments written yet.

Please login to write comment.