Color Hex Logo

#968ecf Color Hex

#968ECF
(150,142,207)
0 Favorites   0 Comments

Color spaces of #968ecf

RGB 150142207
HSL0.690.400.68
HSV247°31°81°
CMYK 0.280.310.00   0.19
XYZ33.513230.335063.1204
Yxy30.33500.26390.2389
Hunter Lab55.077212.2279-29.3943
CIE-Lab61.942217.2762-32.3800

#968ecf color RGB value is (150,142,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 11001111
Octal 226 216 317
Decimal 150 142 207
Hex 96 8E CF

RGB Percentages of Color #968ecf

%30.06
%28.46
%41.48

CMYK Percentages of Color #968ecf

%28
%31
%0
%19

Triadic Colors of #968ecf

#968ecf #cf968e #8ecf96

Analogous Colors of #968ecf

#968ecf #b78ecf #8ea7cf

Monochromatic Colors of #968ecf

#968ecf

Complementary Color

#968ecf #c7cf8e

#968ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ecf Color CSS Codes

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

#968ecf Text Font Color

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

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


#968ecf Background Color

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

This div background color is #968ecf


#968ecf Border Color

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

This div border color is #968ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ecf


Comments

No comments written yet.

Please login to write comment.