Color Hex Logo

#967ded Color Hex

#967DED
(150,125,237)
0 Favorites   0 Comments

Color spaces of #967ded

RGB 150125237
HSL0.700.760.71
HSV253°47°93°
CMYK 0.370.470.00   0.07
XYZ35.197427.265783.5285
Yxy27.26570.24110.1868
Hunter Lab52.216628.9417-58.2920
CIE-Lab59.219534.8330-53.3972

#967ded color RGB value is (150,125,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 01111101 11101101
Octal 226 175 355
Decimal 150 125 237
Hex 96 7D ED

RGB Percentages of Color #967ded

%29.30
%24.41
%46.29

CMYK Percentages of Color #967ded

%37
%47
%0
%7

Triadic Colors of #967ded

#967ded #ed967d #7ded96

Analogous Colors of #967ded

#967ded #ce7ded #7d9ced

Monochromatic Colors of #967ded

#967ded

Complementary Color

#967ded #d4ed7d

#967ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#967ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#967ded Color CSS Codes

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

#967ded Text Font Color

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

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


#967ded Background Color

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

This div background color is #967ded


#967ded Border Color

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

This div border color is #967ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #967ded


Comments

No comments written yet.

Please login to write comment.