Color Hex Logo

#997fec Color Hex

#997FEC
(153,127,236)
0 Favorites   0 Comments

Color spaces of #997fec

RGB 153127236
HSL0.710.740.71
HSV254°46°93°
CMYK 0.350.460.00   0.07
XYZ35.866628.007282.8724
Yxy28.00720.24440.1909
Hunter Lab52.921828.3612-55.7993
CIE-Lab59.895234.1814-51.7514

#997fec color RGB value is (153,127,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 11101100
Octal 231 177 354
Decimal 153 127 236
Hex 99 7F EC

RGB Percentages of Color #997fec

%29.65
%24.61
%45.74

CMYK Percentages of Color #997fec

%35
%46
%0
%7

Triadic Colors of #997fec

#997fec #ec997f #7fec99

Analogous Colors of #997fec

#997fec #d07fec #7f9cec

Monochromatic Colors of #997fec

#997fec

Complementary Color

#997fec #d2ec7f

#997fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fec Color CSS Codes

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

#997fec Text Font Color

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

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


#997fec Background Color

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

This div background color is #997fec


#997fec Border Color

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

This div border color is #997fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fec


Comments

No comments written yet.

Please login to write comment.