Color Hex Logo

#968cdf Color Hex

#968CDF
(150,140,223)
0 Favorites   0 Comments

Color spaces of #968cdf

RGB 150140223
HSL0.690.560.71
HSV247°37°87°
CMYK 0.330.370.00   0.13
XYZ35.275030.567973.8530
Yxy30.56790.25250.2188
Hunter Lab55.288217.1321-40.4967
CIE-Lab62.141222.5031-40.9985

#968cdf color RGB value is (150,140,223).

#968cdf hex color red value is 150, green value is 140 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #968cdf hue: 0.69 , saturation: 0.56 and the lightness value of 968cdf is 0.71.

The process color (four color CMYK) of #968cdf color hex is 0.33, 0.37, 0.00, 0.13. Web safe color of #968cdf is #9999cc. Color #968cdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001100 11011111
Octal 226 214 337
Decimal 150 140 223
Hex 96 8C DF

RGB Percentages of Color #968cdf

%29.24
%27.29
%43.47

CMYK Percentages of Color #968cdf

%33
%37
%0
%13

Triadic Colors of #968cdf

#968cdf #df968c #8cdf96

Analogous Colors of #968cdf

#968cdf #c08cdf #8cacdf

Monochromatic Colors of #968cdf

#968cdf

Complementary Color

#968cdf #d5df8c

#968cdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968cdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968cdf Color CSS Codes

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

#968cdf Text Font Color

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

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


#968cdf Background Color

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

This div background color is #968cdf


#968cdf Border Color

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

This div border color is #968cdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968cdf


Comments

No comments written yet.

Please login to write comment.