Color Hex Logo

#968ae2 Color Hex

#968AE2
(150,138,226)
0 Favorites   0 Comments

Color spaces of #968ae2

RGB 150138226
HSL0.690.600.71
HSV248°39°89°
CMYK 0.340.390.00   0.11
XYZ35.393630.152075.9060
Yxy30.15200.25020.2132
Hunter Lab54.910818.9609-43.5220
CIE-Lab61.785224.4399-43.2258

#968ae2 color RGB value is (150,138,226).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10001010 11100010
Octal 226 212 342
Decimal 150 138 226
Hex 96 8A E2

RGB Percentages of Color #968ae2

%29.18
%26.85
%43.97

CMYK Percentages of Color #968ae2

%34
%39
%0
%11

Triadic Colors of #968ae2

#968ae2 #e2968a #8ae296

Analogous Colors of #968ae2

#968ae2 #c28ae2 #8aaae2

Monochromatic Colors of #968ae2

#968ae2

Complementary Color

#968ae2 #d6e28a

#968ae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#968ae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#968ae2 Color CSS Codes

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

#968ae2 Text Font Color

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

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


#968ae2 Background Color

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

This div background color is #968ae2


#968ae2 Border Color

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

This div border color is #968ae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #968ae2


Comments

No comments written yet.

Please login to write comment.