Color Hex Logo

#968bed Color Hex

#968BED
(150,139,237)
0 Favorites   0 Comments

Color spaces of #968bed

RGB 150139237
HSL0.690.730.74
HSV247°41°93°
CMYK 0.370.410.00   0.07
XYZ37.096431.063784.1615
Yxy31.06370.24350.2039
Hunter Lab55.734821.2714-50.5156
CIE-Lab62.561426.7728-48.0966

#968bed color RGB value is (150,139,237).

#968bed hex color red value is 150, green value is 139 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #968bed hue: 0.69 , saturation: 0.73 and the lightness value of 968bed is 0.74.

The process color (four color CMYK) of #968bed color hex is 0.37, 0.41, 0.00, 0.07. Web safe color of #968bed is #9999ff. Color #968bed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11101101
Octal 226 213 355
Decimal 150 139 237
Hex 96 8B ED

RGB Percentages of Color #968bed

%28.52
%26.43
%45.06

CMYK Percentages of Color #968bed

%37
%41
%0
%7

Triadic Colors of #968bed

#968bed #ed968b #8bed96

Analogous Colors of #968bed

#968bed #c78bed #8bb1ed

Monochromatic Colors of #968bed

#968bed

Complementary Color

#968bed #e2ed8b

#968bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bed Color CSS Codes

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

#968bed Text Font Color

<p style="color:#968bed">Text here</p>

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


#968bed Background Color

<div style="background-color:#968bed">
Div content here</div>

This div background color is #968bed


#968bed Border Color

<div style="border:3px solid #968bed">
Div here</div>

This div border color is #968bed


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,139,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #968bed; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #968bed;
  -webkit-box-shadow: 1px 1px 3px 2px #968bed;
  box-shadow:         1px 1px 3px 2px #968bed; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bed


Comments

No comments written yet.

Please login to write comment.