Color Hex Logo

#997fed Color Hex

#997FED
(153,127,237)
0 Favorites   0 Comments

Color spaces of #997fed

RGB 153127237
HSL0.710.750.71
HSV254°46°93°
CMYK 0.350.460.00   0.07
XYZ36.012328.065583.6399
Yxy28.06550.24380.1900
Hunter Lab52.976928.6301-56.5232
CIE-Lab59.947934.4432-52.2226

#997fed color RGB value is (153,127,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 11101101
Octal 231 177 355
Decimal 153 127 237
Hex 99 7F ED

RGB Percentages of Color #997fed

%29.59
%24.56
%45.84

CMYK Percentages of Color #997fed

%35
%46
%0
%7

Triadic Colors of #997fed

#997fed #ed997f #7fed99

Analogous Colors of #997fed

#997fed #d07fed #7f9ced

Monochromatic Colors of #997fed

#997fed

Complementary Color

#997fed #d3ed7f

#997fed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fed Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fed Color CSS Codes

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

#997fed Text Font Color

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

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


#997fed Background Color

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

This div background color is #997fed


#997fed Border Color

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

This div border color is #997fed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fed


Comments

No comments written yet.

Please login to write comment.