Color Hex Logo

#886bf5 Color Hex

#886BF5
(136,107,245)
0 Favorites   0 Comments

Color spaces of #886bf5

RGB 136107245
HSL0.700.870.69
HSV253°56°96°
CMYK 0.440.560.00   0.04
XYZ31.892522.342289.0178
Yxy22.34220.22260.1560
Hunter Lab47.267537.7199-78.5721
CIE-Lab54.388244.0480-65.6528

#886bf5 color RGB value is (136,107,245).

#886bf5 hex color red value is 136, green value is 107 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #886bf5 hue: 0.70 , saturation: 0.87 and the lightness value of 886bf5 is 0.69.

The process color (four color CMYK) of #886bf5 color hex is 0.44, 0.56, 0.00, 0.04. Web safe color of #886bf5 is #9966ff. Color #886bf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101011 11110101
Octal 210 153 365
Decimal 136 107 245
Hex 88 6B F5

RGB Percentages of Color #886bf5

%27.87
%21.93
%50.20

CMYK Percentages of Color #886bf5

%44
%56
%0
%4

Triadic Colors of #886bf5

#886bf5 #f5886b #6bf588

Analogous Colors of #886bf5

#886bf5 #cd6bf5 #6b93f5

Monochromatic Colors of #886bf5

#886bf5

Complementary Color

#886bf5 #d8f56b

#886bf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886bf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#886bf5 Color CSS Codes

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

#886bf5 Text Font Color

<p style="color:#886bf5">Text here</p>

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


#886bf5 Background Color

<div style="background-color:#886bf5">
Div content here</div>

This div background color is #886bf5


#886bf5 Border Color

<div style="border:3px solid #886bf5">
Div here</div>

This div border color is #886bf5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(136,107,245, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #886bf5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #886bf5;
  -webkit-box-shadow: 1px 1px 3px 2px #886bf5;
  box-shadow:         1px 1px 3px 2px #886bf5; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886bf5


Comments

No comments written yet.

Please login to write comment.