Color Hex Logo

#968fea Color Hex

#968FEA
(150,143,234)
0 Favorites   0 Comments

Color spaces of #968fea

RGB 150143234
HSL0.680.680.74
HSV245°39°92°
CMYK 0.360.390.00   0.08
XYZ37.251432.069582.0686
Yxy32.06950.24610.2118
Hunter Lab56.629918.3156-46.2826
CIE-Lab63.400323.6650-45.1159

#968fea color RGB value is (150,143,234).

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

The process color (four color CMYK) of #968fea color hex is 0.36, 0.39, 0.00, 0.08. Web safe color of #968fea is #9999ff. Color #968fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 11101010
Octal 226 217 352
Decimal 150 143 234
Hex 96 8F EA

RGB Percentages of Color #968fea

%28.46
%27.13
%44.40

CMYK Percentages of Color #968fea

%36
%39
%0
%8

Triadic Colors of #968fea

#968fea #ea968f #8fea96

Analogous Colors of #968fea

#968fea #c48fea #8fb6ea

Monochromatic Colors of #968fea

#968fea

Complementary Color

#968fea #e3ea8f

#968fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#968fea Color CSS Codes

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

#968fea Text Font Color

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

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


#968fea Background Color

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

This div background color is #968fea


#968fea Border Color

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

This div border color is #968fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968fea


Comments

No comments written yet.

Please login to write comment.