Color Hex Logo

#997aeb Color Hex

#997AEB
(153,122,235)
0 Favorites   0 Comments

Color spaces of #997aeb

RGB 153122235
HSL0.710.740.70
HSV256°48°92°
CMYK 0.350.480.00   0.08
XYZ35.091826.689581.8993
Yxy26.68950.24420.1858
Hunter Lab51.661930.8394-57.8288
CIE-Lab58.685836.7737-53.1191

#997aeb color RGB value is (153,122,235).

#997aeb hex color red value is 153, green value is 122 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #997aeb hue: 0.71 , saturation: 0.74 and the lightness value of 997aeb is 0.70.

The process color (four color CMYK) of #997aeb color hex is 0.35, 0.48, 0.00, 0.08. Web safe color of #997aeb is #9966ff. Color #997aeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11101011
Octal 231 172 353
Decimal 153 122 235
Hex 99 7A EB

RGB Percentages of Color #997aeb

%30.00
%23.92
%46.08

CMYK Percentages of Color #997aeb

%35
%48
%0
%8

Triadic Colors of #997aeb

#997aeb #eb997a #7aeb99

Analogous Colors of #997aeb

#997aeb #d27aeb #7a94eb

Monochromatic Colors of #997aeb

#997aeb

Complementary Color

#997aeb #cceb7a

#997aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#997aeb Color CSS Codes

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

#997aeb Text Font Color

<p style="color:#997aeb">Text here</p>

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


#997aeb Background Color

<div style="background-color:#997aeb">
Div content here</div>

This div background color is #997aeb


#997aeb Border Color

<div style="border:3px solid #997aeb">
Div here</div>

This div border color is #997aeb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,122,235, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #997aeb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #997aeb;
  -webkit-box-shadow: 1px 1px 3px 2px #997aeb;
  box-shadow:         1px 1px 3px 2px #997aeb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,122,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997aeb


Comments

No comments written yet.

Please login to write comment.