Color Hex Logo

#968ddc Color Hex

#968DDC
(150,141,220)
0 Favorites   0 Comments

Color spaces of #968ddc

RGB 150141220
HSL0.690.530.71
HSV247°36°86°
CMYK 0.320.360.00   0.14
XYZ35.020830.701171.7903
Yxy30.70110.25470.2233
Hunter Lab55.408615.8553-38.0333
CIE-Lab62.254521.1494-39.1516

#968ddc color RGB value is (150,141,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001101 11011100
Octal 226 215 334
Decimal 150 141 220
Hex 96 8D DC

RGB Percentages of Color #968ddc

%29.35
%27.59
%43.05

CMYK Percentages of Color #968ddc

%32
%36
%0
%14

Triadic Colors of #968ddc

#968ddc #dc968d #8ddc96

Analogous Colors of #968ddc

#968ddc #be8ddc #8dacdc

Monochromatic Colors of #968ddc

#968ddc

Complementary Color

#968ddc #d3dc8d

#968ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ddc Color CSS Codes

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

#968ddc Text Font Color

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

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


#968ddc Background Color

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

This div background color is #968ddc


#968ddc Border Color

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

This div border color is #968ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ddc


Comments

No comments written yet.

Please login to write comment.