Color Hex Logo

#997fee Color Hex

#997FEE
(153,127,238)
0 Favorites   0 Comments

Color spaces of #997fee

RGB 153127238
HSL0.710.770.72
HSV254°47°93°
CMYK 0.360.470.00   0.07
XYZ36.158928.124184.4116
Yxy28.12410.24320.1891
Hunter Lab53.032228.9003-57.2497
CIE-Lab60.000734.7058-52.6932

#997fee color RGB value is (153,127,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 11101110
Octal 231 177 356
Decimal 153 127 238
Hex 99 7F EE

RGB Percentages of Color #997fee

%29.54
%24.52
%45.95

CMYK Percentages of Color #997fee

%36
%47
%0
%7

Triadic Colors of #997fee

#997fee #ee997f #7fee99

Analogous Colors of #997fee

#997fee #d17fee #7f9dee

Monochromatic Colors of #997fee

#997fee

Complementary Color

#997fee #d4ee7f

#997fee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fee Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fee Color CSS Codes

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

#997fee Text Font Color

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

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


#997fee Background Color

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

This div background color is #997fee


#997fee Border Color

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

This div border color is #997fee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fee


Comments

No comments written yet.

Please login to write comment.