Color Hex Logo

#8888b3 Color Hex

#8888B3
(136,136,179)
0 Favorites   0 Comments

Color spaces of #8888b3

RGB 136136179
HSL0.670.220.62
HSV240°24°70°
CMYK 0.240.240.00   0.30
XYZ27.094226.097246.2571
Yxy26.09720.27240.2624
Hunter Lab51.08545.2717-17.9264
CIE-Lab58.12929.5433-22.5408

#8888b3 color RGB value is (136,136,179).

#8888b3 hex color red value is 136, green value is 136 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #8888b3 hue: 0.67 , saturation: 0.22 and the lightness value of 8888b3 is 0.62.

The process color (four color CMYK) of #8888b3 color hex is 0.24, 0.24, 0.00, 0.30. Web safe color of #8888b3 is #9999cc. Color #8888b3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001000 10110011
Octal 210 210 263
Decimal 136 136 179
Hex 88 88 B3

RGB Percentages of Color #8888b3

%30.16
%30.16
%39.69

CMYK Percentages of Color #8888b3

%24
%24
%0
%30

Triadic Colors of #8888b3

#8888b3 #b38888 #88b388

Analogous Colors of #8888b3

#8888b3 #9e88b3 #889eb3

Monochromatic Colors of #8888b3

#8888b3

Complementary Color

#8888b3 #b3b388

#8888b3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8888b3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8888b3 Color CSS Codes

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

#8888b3 Text Font Color

<p style="color:#8888b3">Text here</p>

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


#8888b3 Background Color

<div style="background-color:#8888b3">
Div content here</div>

This div background color is #8888b3


#8888b3 Border Color

<div style="border:3px solid #8888b3">
Div here</div>

This div border color is #8888b3


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,136,179, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8888b3; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8888b3;
  -webkit-box-shadow: 1px 1px 3px 2px #8888b3;
  box-shadow:         1px 1px 3px 2px #8888b3; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8888b3


Comments

No comments written yet.

Please login to write comment.