Color Hex Logo

#967cdc Color Hex

#967CDC
(150,124,220)
0 Favorites   0 Comments

Color spaces of #967cdc

RGB 150124220
HSL0.710.580.67
HSV256°44°86°
CMYK 0.320.440.00   0.14
XYZ32.703626.066671.0178
Yxy26.06660.25200.2008
Hunter Lab51.055524.9912-46.7332
CIE-Lab58.100230.9689-45.6876

#967cdc color RGB value is (150,124,220).

#967cdc hex color red value is 150, green value is 124 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #967cdc hue: 0.71 , saturation: 0.58 and the lightness value of 967cdc is 0.67.

The process color (four color CMYK) of #967cdc color hex is 0.32, 0.44, 0.00, 0.14. Web safe color of #967cdc is #9966cc. Color #967cdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11011100
Octal 226 174 334
Decimal 150 124 220
Hex 96 7C DC

RGB Percentages of Color #967cdc

%30.36
%25.10
%44.53

CMYK Percentages of Color #967cdc

%32
%44
%0
%14

Triadic Colors of #967cdc

#967cdc #dc967c #7cdc96

Analogous Colors of #967cdc

#967cdc #c67cdc #7c92dc

Monochromatic Colors of #967cdc

#967cdc

Complementary Color

#967cdc #c2dc7c

#967cdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cdc Color CSS Codes

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

#967cdc Text Font Color

<p style="color:#967cdc">Text here</p>

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


#967cdc Background Color

<div style="background-color:#967cdc">
Div content here</div>

This div background color is #967cdc


#967cdc Border Color

<div style="border:3px solid #967cdc">
Div here</div>

This div border color is #967cdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cdc


Comments

No comments written yet.

Please login to write comment.