Color Hex Logo

#988fb2 Color Hex

#988FB2
(152,143,178)
0 Favorites   0 Comments

Color spaces of #988fb2

RGB 152143178
HSL0.710.190.63
HSV255°20°70°
CMYK 0.150.200.00   0.30
XYZ30.807229.534746.1965
Yxy29.53470.28920.2772
Hunter Lab54.34586.0817-12.3572
CIE-Lab61.250710.4818-17.0933

#988fb2 color RGB value is (152,143,178).

#988fb2 hex color red value is 152, green value is 143 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #988fb2 hue: 0.71 , saturation: 0.19 and the lightness value of 988fb2 is 0.63.

The process color (four color CMYK) of #988fb2 color hex is 0.15, 0.20, 0.00, 0.30. Web safe color of #988fb2 is #999999. Color #988fb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011000 10001111 10110010
Octal 230 217 262
Decimal 152 143 178
Hex 98 8F B2

RGB Percentages of Color #988fb2

%32.14
%30.23
%37.63

CMYK Percentages of Color #988fb2

%15
%20
%0
%30

Triadic Colors of #988fb2

#988fb2 #b2988f #8fb298

Analogous Colors of #988fb2

#988fb2 #aa8fb2 #8f98b2

Monochromatic Colors of #988fb2

#988fb2

Complementary Color

#988fb2 #a9b28f

#988fb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#988fb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#988fb2 Color CSS Codes

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

#988fb2 Text Font Color

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

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


#988fb2 Background Color

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

This div background color is #988fb2


#988fb2 Border Color

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

This div border color is #988fb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #988fb2


Comments

No comments written yet.

Please login to write comment.