Color Hex Logo

#888bf2 Color Hex

#888BF2
(136,139,242)
0 Favorites   0 Comments

Color spaces of #888bf2

RGB 136139242
HSL0.660.800.74
HSV238°44°95°
CMYK 0.440.430.00   0.05
XYZ35.413030.110387.9498
Yxy30.11030.23070.1962
Hunter Lab54.872919.1701-56.6186
CIE-Lab61.749324.6602-52.2104

#888bf2 color RGB value is (136,139,242).

#888bf2 hex color red value is 136, green value is 139 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #888bf2 hue: 0.66 , saturation: 0.80 and the lightness value of 888bf2 is 0.74.

The process color (four color CMYK) of #888bf2 color hex is 0.44, 0.43, 0.00, 0.05. Web safe color of #888bf2 is #9999ff. Color #888bf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 11110010
Octal 210 213 362
Decimal 136 139 242
Hex 88 8B F2

RGB Percentages of Color #888bf2

%26.31
%26.89
%46.81

CMYK Percentages of Color #888bf2

%44
%43
%0
%5

Triadic Colors of #888bf2

#888bf2 #f2888b #8bf288

Analogous Colors of #888bf2

#888bf2 #ba88f2 #88c0f2

Monochromatic Colors of #888bf2

#888bf2

Complementary Color

#888bf2 #f2ef88

#888bf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888bf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#888bf2 Color CSS Codes

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

#888bf2 Text Font Color

<p style="color:#888bf2">Text here</p>

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


#888bf2 Background Color

<div style="background-color:#888bf2">
Div content here</div>

This div background color is #888bf2


#888bf2 Border Color

<div style="border:3px solid #888bf2">
Div here</div>

This div border color is #888bf2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,139,242, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #888bf2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #888bf2;
  -webkit-box-shadow: 1px 1px 3px 2px #888bf2;
  box-shadow:         1px 1px 3px 2px #888bf2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888bf2


Comments

No comments written yet.

Please login to write comment.