Color Hex Logo

#967dcb Color Hex

#967DCB
(150,125,203)
2 Favorites   0 Comments

Color spaces of #967dcb

RGB 150125203
HSL0.720.430.64
HSV259°38°80°
CMYK 0.260.380.00   0.20
XYZ30.690825.463159.7972
Yxy25.46310.26470.2196
Hunter Lab50.461020.2585-34.9371
CIE-Lab57.523926.1124-37.0182

#967dcb color RGB value is (150,125,203).

#967dcb hex color red value is 150, green value is 125 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #967dcb hue: 0.72 , saturation: 0.43 and the lightness value of 967dcb is 0.64.

The process color (four color CMYK) of #967dcb color hex is 0.26, 0.38, 0.00, 0.20. Web safe color of #967dcb is #9966cc. Color #967dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 11001011
Octal 226 175 313
Decimal 150 125 203
Hex 96 7D CB

RGB Percentages of Color #967dcb

%31.38
%26.15
%42.47

CMYK Percentages of Color #967dcb

%26
%38
%0
%20

Triadic Colors of #967dcb

#967dcb #cb967d #7dcb96

Analogous Colors of #967dcb

#967dcb #bd7dcb #7d8bcb

Monochromatic Colors of #967dcb

#967dcb

Complementary Color

#967dcb #b2cb7d

#967dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#967dcb Color CSS Codes

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

#967dcb Text Font Color

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

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


#967dcb Background Color

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

This div background color is #967dcb


#967dcb Border Color

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

This div border color is #967dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967dcb


Comments

No comments written yet.

Please login to write comment.