Color Hex Logo

#967cea Color Hex

#967CEA
(150,124,234)
0 Favorites   0 Comments

Color spaces of #967cea

RGB 150124234
HSL0.710.720.70
HSV254°47°92°
CMYK 0.360.470.00   0.08
XYZ34.636626.839881.1970
Yxy26.83980.24280.1881
Hunter Lab51.807128.6769-56.6598
CIE-Lab58.825834.6128-52.3564

#967cea color RGB value is (150,124,234).

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

The process color (four color CMYK) of #967cea color hex is 0.36, 0.47, 0.00, 0.08. Web safe color of #967cea is #9966ff. Color #967cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11101010
Octal 226 174 352
Decimal 150 124 234
Hex 96 7C EA

RGB Percentages of Color #967cea

%29.53
%24.41
%46.06

CMYK Percentages of Color #967cea

%36
%47
%0
%8

Triadic Colors of #967cea

#967cea #ea967c #7cea96

Analogous Colors of #967cea

#967cea #cd7cea #7c99ea

Monochromatic Colors of #967cea

#967cea

Complementary Color

#967cea #d0ea7c

#967cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cea Color CSS Codes

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

#967cea Text Font Color

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

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


#967cea Background Color

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

This div background color is #967cea


#967cea Border Color

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

This div border color is #967cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cea


Comments

No comments written yet.

Please login to write comment.