Color Hex Logo

#968adf Color Hex

#968ADF
(150,138,223)
0 Favorites   0 Comments

Color spaces of #968adf

RGB 150138223
HSL0.690.570.71
HSV248°38°87°
CMYK 0.330.380.00   0.13
XYZ34.985429.988773.7565
Yxy29.98870.25220.2162
Hunter Lab54.761918.2037-41.5218
CIE-Lab61.644523.6580-41.7783

#968adf color RGB value is (150,138,223).

#968adf hex color red value is 150, green value is 138 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #968adf hue: 0.69 , saturation: 0.57 and the lightness value of 968adf is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11011111
Octal 226 212 337
Decimal 150 138 223
Hex 96 8A DF

RGB Percentages of Color #968adf

%29.35
%27.01
%43.64

CMYK Percentages of Color #968adf

%33
%38
%0
%13

Triadic Colors of #968adf

#968adf #df968a #8adf96

Analogous Colors of #968adf

#968adf #c18adf #8aa9df

Monochromatic Colors of #968adf

#968adf

Complementary Color

#968adf #d3df8a

#968adf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968adf Color Preview on White Background

Lorem ipsum dolor sit amet.

#968adf Color CSS Codes

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

#968adf Text Font Color

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

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


#968adf Background Color

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

This div background color is #968adf


#968adf Border Color

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

This div border color is #968adf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968adf


Comments

No comments written yet.

Please login to write comment.