Color Hex Logo

#967cda Color Hex

#967CDA
(150,124,218)
0 Favorites   0 Comments

Color spaces of #967cda

RGB 150124218
HSL0.710.560.67
HSV257°43°85°
CMYK 0.310.430.00   0.15
XYZ32.440225.961369.6309
Yxy25.96130.25340.2028
Hunter Lab50.952224.4807-45.3587
CIE-Lab58.000330.4564-44.7233

#967cda color RGB value is (150,124,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111100 11011010
Octal 226 174 332
Decimal 150 124 218
Hex 96 7C DA

RGB Percentages of Color #967cda

%30.49
%25.20
%44.31

CMYK Percentages of Color #967cda

%31
%43
%0
%15

Triadic Colors of #967cda

#967cda #da967c #7cda96

Analogous Colors of #967cda

#967cda #c57cda #7c91da

Monochromatic Colors of #967cda

#967cda

Complementary Color

#967cda #c0da7c

#967cda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967cda Color Preview on White Background

Lorem ipsum dolor sit amet.

#967cda Color CSS Codes

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

#967cda Text Font Color

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

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


#967cda Background Color

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

This div background color is #967cda


#967cda Border Color

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

This div border color is #967cda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967cda


Comments

No comments written yet.

Please login to write comment.