Color Hex Logo

#997efe Color Hex

#997EFE
(153,126,254)
0 Favorites   0 Comments

Color spaces of #997efe

RGB 153126254
HSL0.700.980.75
HSV253°50°100°
CMYK 0.400.500.00   0.00
XYZ38.487128.849897.3060
Yxy28.84980.23380.1752
Hunter Lab53.712033.9074-69.8128
CIE-Lab60.648839.5267-60.4913

#997efe color RGB value is (153,126,254).

#997efe hex color red value is 153, green value is 126 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #997efe hue: 0.70 , saturation: 0.98 and the lightness value of 997efe is 0.75.

The process color (four color CMYK) of #997efe color hex is 0.40, 0.50, 0.00, 0.00. Web safe color of #997efe is #9966ff. Color #997efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 11111110
Octal 231 176 376
Decimal 153 126 254
Hex 99 7E FE

RGB Percentages of Color #997efe

%28.71
%23.64
%47.65

CMYK Percentages of Color #997efe

%40
%50
%0
%0

Triadic Colors of #997efe

#997efe #fe997e #7efe99

Analogous Colors of #997efe

#997efe #d97efe #7ea3fe

Monochromatic Colors of #997efe

#997efe

Complementary Color

#997efe #e3fe7e

#997efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#997efe Color CSS Codes

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

#997efe Text Font Color

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

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


#997efe Background Color

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

This div background color is #997efe


#997efe Border Color

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

This div border color is #997efe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997efe


Comments

No comments written yet.

Please login to write comment.