Color Hex Logo

#968edd Color Hex

#968EDD
(150,142,221)
0 Favorites   0 Comments

Color spaces of #968edd

RGB 150142221
HSL0.680.540.71
HSV246°36°87°
CMYK 0.320.360.00   0.13
XYZ35.301831.050572.5393
Yxy31.05050.25420.2236
Hunter Lab55.723015.5687-38.1767
CIE-Lab62.550220.8308-39.2450

#968edd color RGB value is (150,142,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001110 11011101
Octal 226 216 335
Decimal 150 142 221
Hex 96 8E DD

RGB Percentages of Color #968edd

%29.24
%27.68
%43.08

CMYK Percentages of Color #968edd

%32
%36
%0
%13

Triadic Colors of #968edd

#968edd #dd968e #8edd96

Analogous Colors of #968edd

#968edd #be8edd #8eaedd

Monochromatic Colors of #968edd

#968edd

Complementary Color

#968edd #d5dd8e

#968edd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968edd Color Preview on White Background

Lorem ipsum dolor sit amet.

#968edd Color CSS Codes

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

#968edd Text Font Color

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

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


#968edd Background Color

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

This div background color is #968edd


#968edd Border Color

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

This div border color is #968edd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,142,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 #968edd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968edd


Comments

No comments written yet.

Please login to write comment.