Color Hex Logo

#998bda Color Hex

#998BDA
(153,139,218)
0 Favorites   0 Comments

Color spaces of #998bda

RGB 153139218
HSL0.700.520.70
HSV251°36°85°
CMYK 0.300.360.00   0.15
XYZ35.024430.299570.3321
Yxy30.29950.25820.2234
Hunter Lab55.045017.2485-37.2246
CIE-Lab61.911822.6389-38.5559

#998bda color RGB value is (153,139,218).

#998bda hex color red value is 153, green value is 139 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #998bda hue: 0.70 , saturation: 0.52 and the lightness value of 998bda is 0.70.

The process color (four color CMYK) of #998bda color hex is 0.30, 0.36, 0.00, 0.15. Web safe color of #998bda is #9999cc. Color #998bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10001011 11011010
Octal 231 213 332
Decimal 153 139 218
Hex 99 8B DA

RGB Percentages of Color #998bda

%30.00
%27.25
%42.75

CMYK Percentages of Color #998bda

%30
%36
%0
%15

Triadic Colors of #998bda

#998bda #da998b #8bda99

Analogous Colors of #998bda

#998bda #c18bda #8ba5da

Monochromatic Colors of #998bda

#998bda

Complementary Color

#998bda #ccda8b

#998bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#998bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#998bda Color CSS Codes

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

#998bda Text Font Color

<p style="color:#998bda">Text here</p>

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


#998bda Background Color

<div style="background-color:#998bda">
Div content here</div>

This div background color is #998bda


#998bda Border Color

<div style="border:3px solid #998bda">
Div here</div>

This div border color is #998bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,139,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 #998bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #998bda


Comments

No comments written yet.

Please login to write comment.