Color Hex Logo

#967dbf Color Hex

#967DBF
(150,125,191)
0 Favorites   0 Comments

Color spaces of #967dbf

RGB 150125191
HSL0.730.340.62
HSV263°35°75°
CMYK 0.210.350.00   0.25
XYZ29.315324.912852.5538
Yxy24.91280.27450.2333
Hunter Lab49.912717.4914-27.4884
CIE-Lab56.990423.2089-31.0383

#967dbf color RGB value is (150,125,191).

#967dbf hex color red value is 150, green value is 125 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #967dbf hue: 0.73 , saturation: 0.34 and the lightness value of 967dbf is 0.62.

The process color (four color CMYK) of #967dbf color hex is 0.21, 0.35, 0.00, 0.25. Web safe color of #967dbf is #9966cc. Color #967dbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 10111111
Octal 226 175 277
Decimal 150 125 191
Hex 96 7D BF

RGB Percentages of Color #967dbf

%32.19
%26.82
%40.99

CMYK Percentages of Color #967dbf

%21
%35
%0
%25

Triadic Colors of #967dbf

#967dbf #bf967d #7dbf96

Analogous Colors of #967dbf

#967dbf #b77dbf #7d85bf

Monochromatic Colors of #967dbf

#967dbf

Complementary Color

#967dbf #a6bf7d

#967dbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967dbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#967dbf Color CSS Codes

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

#967dbf Text Font Color

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

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


#967dbf Background Color

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

This div background color is #967dbf


#967dbf Border Color

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

This div border color is #967dbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967dbf


Comments

No comments written yet.

Please login to write comment.