Color Hex Logo

#968bdc Color Hex

#968BDC
(150,139,220)
0 Favorites   0 Comments

Color spaces of #968bdc

RGB 150139220
HSL0.690.540.70
HSV248°37°86°
CMYK 0.320.370.00   0.14
XYZ34.728630.116671.6928
Yxy30.11660.25440.2206
Hunter Lab54.878616.9219-39.0408
CIE-Lab61.754722.3040-39.9345

#968bdc color RGB value is (150,139,220).

#968bdc hex color red value is 150, green value is 139 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #968bdc hue: 0.69 , saturation: 0.54 and the lightness value of 968bdc is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11011100
Octal 226 213 334
Decimal 150 139 220
Hex 96 8B DC

RGB Percentages of Color #968bdc

%29.47
%27.31
%43.22

CMYK Percentages of Color #968bdc

%32
%37
%0
%14

Triadic Colors of #968bdc

#968bdc #dc968b #8bdc96

Analogous Colors of #968bdc

#968bdc #bf8bdc #8ba9dc

Monochromatic Colors of #968bdc

#968bdc

Complementary Color

#968bdc #d1dc8b

#968bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bdc Color CSS Codes

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

#968bdc Text Font Color

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

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


#968bdc Background Color

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

This div background color is #968bdc


#968bdc Border Color

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

This div border color is #968bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bdc


Comments

No comments written yet.

Please login to write comment.