Color Hex Logo

#988aff Color Hex

#988AFF
(152,138,255)
0 Favorites   0 Comments

Color spaces of #988aff

RGB 152138255
HSL0.691.000.77
HSV247°46°100°
CMYK 0.400.460.00   0.00
XYZ40.087432.072498.6855
Yxy32.07240.23460.1877
Hunter Lab56.632527.2446-63.6736
CIE-Lab63.402732.7142-56.6494

#988aff color RGB value is (152,138,255).

#988aff hex color red value is 152, green value is 138 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #988aff hue: 0.69 , saturation: 1.00 and the lightness value of 988aff is 0.77.

The process color (four color CMYK) of #988aff color hex is 0.40, 0.46, 0.00, 0.00. Web safe color of #988aff is #9999ff. Color #988aff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11111111
Octal 230 212 377
Decimal 152 138 255
Hex 98 8A FF

RGB Percentages of Color #988aff

%27.89
%25.32
%46.79

CMYK Percentages of Color #988aff

%40
%46
%0
%0

Triadic Colors of #988aff

#988aff #ff988a #8aff98

Analogous Colors of #988aff

#988aff #d38aff #8ab7ff

Monochromatic Colors of #988aff

#988aff

Complementary Color

#988aff #f1ff8a

#988aff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988aff Color Preview on White Background

Lorem ipsum dolor sit amet.

#988aff Color CSS Codes

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

#988aff Text Font Color

<p style="color:#988aff">Text here</p>

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


#988aff Background Color

<div style="background-color:#988aff">
Div content here</div>

This div background color is #988aff


#988aff Border Color

<div style="border:3px solid #988aff">
Div here</div>

This div border color is #988aff


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(152,138,255, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #988aff; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #988aff;
  -webkit-box-shadow: 1px 1px 3px 2px #988aff;
  box-shadow:         1px 1px 3px 2px #988aff; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(152,138,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988aff

Related Colors


Comments

No comments written yet.

Please login to write comment.