Color Hex Logo

#968fdd Color Hex

#968FDD
(150,143,221)
0 Favorites   0 Comments

Color spaces of #968fdd

RGB 150143221
HSL0.680.530.71
HSV245°35°87°
CMYK 0.320.350.00   0.13
XYZ35.451331.349472.5892
Yxy31.34940.25430.2249
Hunter Lab55.990515.0367-37.6734
CIE-Lab62.801520.2545-38.8519

#968fdd color RGB value is (150,143,221).

#968fdd hex color red value is 150, green value is 143 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #968fdd hue: 0.68 , saturation: 0.53 and the lightness value of 968fdd is 0.71.

The process color (four color CMYK) of #968fdd color hex is 0.32, 0.35, 0.00, 0.13. Web safe color of #968fdd is #9999cc. Color #968fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001111 11011101
Octal 226 217 335
Decimal 150 143 221
Hex 96 8F DD

RGB Percentages of Color #968fdd

%29.18
%27.82
%43.00

CMYK Percentages of Color #968fdd

%32
%35
%0
%13

Triadic Colors of #968fdd

#968fdd #dd968f #8fdd96

Analogous Colors of #968fdd

#968fdd #bd8fdd #8fafdd

Monochromatic Colors of #968fdd

#968fdd

Complementary Color

#968fdd #d6dd8f

#968fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#968fdd Color CSS Codes

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

#968fdd Text Font Color

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

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


#968fdd Background Color

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

This div background color is #968fdd


#968fdd Border Color

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

This div border color is #968fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968fdd


Comments

No comments written yet.

Please login to write comment.