Color Hex Logo

#997eda Color Hex

#997EDA
(153,126,218)
0 Favorites   0 Comments

Color spaces of #997eda

RGB 153126218
HSL0.720.550.67
HSV258°42°85°
CMYK 0.300.420.00   0.15
XYZ33.252626.756069.7415
Yxy26.75600.25630.2062
Hunter Lab51.726224.2293-43.7313
CIE-Lab58.747830.1273-43.5257

#997eda color RGB value is (153,126,218).

#997eda hex color red value is 153, green value is 126 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #997eda hue: 0.72 , saturation: 0.55 and the lightness value of 997eda is 0.67.

The process color (four color CMYK) of #997eda color hex is 0.30, 0.42, 0.00, 0.15. Web safe color of #997eda is #9966cc. Color #997eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 11011010
Octal 231 176 332
Decimal 153 126 218
Hex 99 7E DA

RGB Percentages of Color #997eda

%30.78
%25.35
%43.86

CMYK Percentages of Color #997eda

%30
%42
%0
%15

Triadic Colors of #997eda

#997eda #da997e #7eda99

Analogous Colors of #997eda

#997eda #c77eda #7e91da

Monochromatic Colors of #997eda

#997eda

Complementary Color

#997eda #bfda7e

#997eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#997eda Color CSS Codes

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

#997eda Text Font Color

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

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


#997eda Background Color

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

This div background color is #997eda


#997eda Border Color

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

This div border color is #997eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997eda


Comments

No comments written yet.

Please login to write comment.