Color Hex Logo

#967dee Color Hex

#967DEE
(150,125,238)
0 Favorites   0 Comments

Color spaces of #967dee

RGB 150125238
HSL0.700.770.71
HSV253°47°93°
CMYK 0.370.470.00   0.07
XYZ35.343927.324384.3002
Yxy27.32430.24050.1859
Hunter Lab52.272729.2148-59.0262
CIE-Lab59.273335.0983-53.8664

#967dee color RGB value is (150,125,238).

#967dee hex color red value is 150, green value is 125 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #967dee hue: 0.70 , saturation: 0.77 and the lightness value of 967dee is 0.71.

The process color (four color CMYK) of #967dee color hex is 0.37, 0.47, 0.00, 0.07. Web safe color of #967dee is #9966ff. Color #967dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 11101110
Octal 226 175 356
Decimal 150 125 238
Hex 96 7D EE

RGB Percentages of Color #967dee

%29.24
%24.37
%46.39

CMYK Percentages of Color #967dee

%37
%47
%0
%7

Triadic Colors of #967dee

#967dee #ee967d #7dee96

Analogous Colors of #967dee

#967dee #cf7dee #7d9dee

Monochromatic Colors of #967dee

#967dee

Complementary Color

#967dee #d5ee7d

#967dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#967dee Color CSS Codes

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

#967dee Text Font Color

<p style="color:#967dee">Text here</p>

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


#967dee Background Color

<div style="background-color:#967dee">
Div content here</div>

This div background color is #967dee


#967dee Border Color

<div style="border:3px solid #967dee">
Div here</div>

This div border color is #967dee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,125,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #967dee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #967dee;
  -webkit-box-shadow: 1px 1px 3px 2px #967dee;
  box-shadow:         1px 1px 3px 2px #967dee; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967dee


Comments

No comments written yet.

Please login to write comment.