Color Hex Logo

#888bed Color Hex

#888BED
(136,139,237)
0 Favorites   0 Comments

Color spaces of #888bed

RGB 136139237
HSL0.660.740.73
HSV238°43°93°
CMYK 0.430.410.00   0.07
XYZ34.672029.813984.0480
Yxy29.81390.23340.2007
Hunter Lab54.602117.7927-53.0425
CIE-Lab61.493323.2363-49.8555

#888bed color RGB value is (136,139,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001000 10001011 11101101
Octal 210 213 355
Decimal 136 139 237
Hex 88 8B ED

RGB Percentages of Color #888bed

%26.56
%27.15
%46.29

CMYK Percentages of Color #888bed

%43
%41
%0
%7

Triadic Colors of #888bed

#888bed #ed888b #8bed88

Analogous Colors of #888bed

#888bed #b888ed #88beed

Monochromatic Colors of #888bed

#888bed

Complementary Color

#888bed #edea88

#888bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#888bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#888bed Color CSS Codes

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

#888bed Text Font Color

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

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


#888bed Background Color

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

This div background color is #888bed


#888bed Border Color

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

This div border color is #888bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #888bed


Comments

No comments written yet.

Please login to write comment.