Color Hex Logo

#997edf Color Hex

#997EDF
(153,126,223)
0 Favorites   0 Comments

Color spaces of #997edf

RGB 153126223
HSL0.710.600.68
HSV257°43°87°
CMYK 0.310.430.00   0.13
XYZ33.917027.021773.2401
Yxy27.02170.25280.2014
Hunter Lab51.982425.4968-47.1484
CIE-Lab58.994431.3953-45.9365

#997edf color RGB value is (153,126,223).

#997edf hex color red value is 153, green value is 126 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #997edf hue: 0.71 , saturation: 0.60 and the lightness value of 997edf is 0.68.

The process color (four color CMYK) of #997edf color hex is 0.31, 0.43, 0.00, 0.13. Web safe color of #997edf is #9966cc. Color #997edf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 11011111
Octal 231 176 337
Decimal 153 126 223
Hex 99 7E DF

RGB Percentages of Color #997edf

%30.48
%25.10
%44.42

CMYK Percentages of Color #997edf

%31
%43
%0
%13

Triadic Colors of #997edf

#997edf #df997e #7edf99

Analogous Colors of #997edf

#997edf #ca7edf #7e94df

Monochromatic Colors of #997edf

#997edf

Complementary Color

#997edf #c4df7e

#997edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#997edf Color CSS Codes

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

#997edf Text Font Color

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

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


#997edf Background Color

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

This div background color is #997edf


#997edf Border Color

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

This div border color is #997edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997edf


Comments

No comments written yet.

Please login to write comment.