Color Hex Logo

#967edc Color Hex

#967EDC
(150,126,220)
0 Favorites   0 Comments

Color spaces of #967edc

RGB 150126220
HSL0.710.570.68
HSV255°43°86°
CMYK 0.320.430.00   0.14
XYZ32.956826.573071.1022
Yxy26.57300.25230.2034
Hunter Lab51.549023.9096-45.6951
CIE-Lab58.577029.8157-44.9342

#967edc color RGB value is (150,126,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111110 11011100
Octal 226 176 334
Decimal 150 126 220
Hex 96 7E DC

RGB Percentages of Color #967edc

%30.24
%25.40
%44.35

CMYK Percentages of Color #967edc

%32
%43
%0
%14

Triadic Colors of #967edc

#967edc #dc967e #7edc96

Analogous Colors of #967edc

#967edc #c57edc #7e95dc

Monochromatic Colors of #967edc

#967edc

Complementary Color

#967edc #c4dc7e

#967edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#967edc Color CSS Codes

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

#967edc Text Font Color

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

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


#967edc Background Color

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

This div background color is #967edc


#967edc Border Color

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

This div border color is #967edc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967edc


Comments

No comments written yet.

Please login to write comment.