Color Hex Logo

#968adc Color Hex

#968ADC
(150,138,220)
0 Favorites   0 Comments

Color spaces of #968adc

RGB 150138220
HSL0.690.540.70
HSV249°37°86°
CMYK 0.320.370.00   0.14
XYZ34.584429.828371.6448
Yxy29.82830.25420.2192
Hunter Lab54.615317.4560-39.5464
CIE-Lab61.505822.8814-40.3248

#968adc color RGB value is (150,138,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11011100
Octal 226 212 334
Decimal 150 138 220
Hex 96 8A DC

RGB Percentages of Color #968adc

%29.53
%27.17
%43.31

CMYK Percentages of Color #968adc

%32
%37
%0
%14

Triadic Colors of #968adc

#968adc #dc968a #8adc96

Analogous Colors of #968adc

#968adc #bf8adc #8aa7dc

Monochromatic Colors of #968adc

#968adc

Complementary Color

#968adc #d0dc8a

#968adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968adc Color CSS Codes

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

#968adc Text Font Color

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

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


#968adc Background Color

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

This div background color is #968adc


#968adc Border Color

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

This div border color is #968adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968adc


Comments

No comments written yet.

Please login to write comment.