Color Hex Logo

#988afc Color Hex

#988AFC
(152,138,252)
0 Favorites   0 Comments

Color spaces of #988afc

RGB 152138252
HSL0.690.950.76
HSV247°45°99°
CMYK 0.400.450.00   0.01
XYZ39.608131.880696.1615
Yxy31.88060.23630.1902
Hunter Lab56.462926.4057-61.4523
CIE-Lab63.244131.8974-55.2585

#988afc color RGB value is (152,138,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001010 11111100
Octal 230 212 374
Decimal 152 138 252
Hex 98 8A FC

RGB Percentages of Color #988afc

%28.04
%25.46
%46.49

CMYK Percentages of Color #988afc

%40
%45
%0
%1

Triadic Colors of #988afc

#988afc #fc988a #8afc98

Analogous Colors of #988afc

#988afc #d18afc #8ab5fc

Monochromatic Colors of #988afc

#988afc

Complementary Color

#988afc #eefc8a

#988afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#988afc Color CSS Codes

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

#988afc Text Font Color

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

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


#988afc Background Color

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

This div background color is #988afc


#988afc Border Color

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

This div border color is #988afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988afc

Related Colors


Comments

No comments written yet.

Please login to write comment.