Color Hex Logo

#969de3 Color Hex

#969DE3
(150,157,227)
0 Favorites   0 Comments

Color spaces of #969de3

RGB 150157227
HSL0.650.580.74
HSV235°34°89°
CMYK 0.340.310.00   0.11
XYZ38.499836.144077.6204
Yxy36.14400.25280.2374
Hunter Lab60.11999.0987-34.4650
CIE-Lab66.629813.7873-36.1981

#969de3 color RGB value is (150,157,227).

#969de3 hex color red value is 150, green value is 157 and the blue value of its RGB is 227. Cylindrical-coordinate representations (also known as HSL) of color #969de3 hue: 0.65 , saturation: 0.58 and the lightness value of 969de3 is 0.74.

The process color (four color CMYK) of #969de3 color hex is 0.34, 0.31, 0.00, 0.11. Web safe color of #969de3 is #9999cc. Color #969de3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011101 11100011
Octal 226 235 343
Decimal 150 157 227
Hex 96 9D E3

RGB Percentages of Color #969de3

%28.09
%29.40
%42.51

CMYK Percentages of Color #969de3

%34
%31
%0
%11

Triadic Colors of #969de3

#969de3 #e3969d #9de396

Analogous Colors of #969de3

#969de3 #b696e3 #96c4e3

Monochromatic Colors of #969de3

#969de3

Complementary Color

#969de3 #e3dc96

#969de3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#969de3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#969de3 Color CSS Codes

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

#969de3 Text Font Color

<p style="color:#969de3">Text here</p>

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


#969de3 Background Color

<div style="background-color:#969de3">
Div content here</div>

This div background color is #969de3


#969de3 Border Color

<div style="border:3px solid #969de3">
Div here</div>

This div border color is #969de3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,157,227, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #969de3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #969de3;
  -webkit-box-shadow: 1px 1px 3px 2px #969de3;
  box-shadow:         1px 1px 3px 2px #969de3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #969de3


Comments

No comments written yet.

Please login to write comment.