Color Hex Logo

#968bcf Color Hex

#968BCF
(150,139,207)
0 Favorites   0 Comments

Color spaces of #968bcf

RGB 150139207
HSL0.690.410.68
HSV250°33°81°
CMYK 0.280.330.00   0.19
XYZ33.072829.454362.9736
Yxy29.45430.26350.2347
Hunter Lab54.271813.8008-30.8061
CIE-Lab61.180519.0053-33.5639

#968bcf color RGB value is (150,139,207).

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

The process color (four color CMYK) of #968bcf color hex is 0.28, 0.33, 0.00, 0.19. Web safe color of #968bcf is #9999cc. Color #968bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001011 11001111
Octal 226 213 317
Decimal 150 139 207
Hex 96 8B CF

RGB Percentages of Color #968bcf

%30.24
%28.02
%41.73

CMYK Percentages of Color #968bcf

%28
%33
%0
%19

Triadic Colors of #968bcf

#968bcf #cf968b #8bcf96

Analogous Colors of #968bcf

#968bcf #b88bcf #8ba2cf

Monochromatic Colors of #968bcf

#968bcf

Complementary Color

#968bcf #c4cf8b

#968bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968bcf Color CSS Codes

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

#968bcf Text Font Color

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

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


#968bcf Background Color

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

This div background color is #968bcf


#968bcf Border Color

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

This div border color is #968bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968bcf


Comments

No comments written yet.

Please login to write comment.