Color Hex Logo

#967cfc Color Hex

#967CFC
(150,124,252)
0 Favorites   0 Comments

Color spaces of #967cfc

RGB 150124252
HSL0.700.960.74
HSV252°51°99°
CMYK 0.400.510.00   0.01
XYZ37.356027.927695.5172
Yxy27.92760.23230.1737
Hunter Lab52.846633.6960-70.1707
CIE-Lab59.823339.4253-60.7269

#967cfc color RGB value is (150,124,252).

#967cfc hex color red value is 150, green value is 124 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #967cfc hue: 0.70 , saturation: 0.96 and the lightness value of 967cfc is 0.74.

The process color (four color CMYK) of #967cfc color hex is 0.40, 0.51, 0.00, 0.01. Web safe color of #967cfc is #9966ff. Color #967cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11111100
Octal 226 174 374
Decimal 150 124 252
Hex 96 7C FC

RGB Percentages of Color #967cfc

%28.52
%23.57
%47.91

CMYK Percentages of Color #967cfc

%40
%51
%0
%1

Triadic Colors of #967cfc

#967cfc #fc967c #7cfc96

Analogous Colors of #967cfc

#967cfc #d67cfc #7ca2fc

Monochromatic Colors of #967cfc

#967cfc

Complementary Color

#967cfc #e2fc7c

#967cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cfc Color CSS Codes

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

#967cfc Text Font Color

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

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


#967cfc Background Color

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

This div background color is #967cfc


#967cfc Border Color

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

This div border color is #967cfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cfc


Comments

No comments written yet.

Please login to write comment.