Color Hex Logo

#886dcf Color Hex

#886DCF
(136,109,207)
0 Favorites   0 Comments

Color spaces of #886dcf

RGB 136109207
HSL0.710.510.62
HSV257°47°81°
CMYK 0.340.470.00   0.19
XYZ26.884520.676561.6055
Yxy20.67650.24630.1894
Hunter Lab45.471425.9613-48.4972
CIE-Lab52.593632.5525-47.1533

#886dcf color RGB value is (136,109,207).

#886dcf hex color red value is 136, green value is 109 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #886dcf hue: 0.71 , saturation: 0.51 and the lightness value of 886dcf is 0.62.

The process color (four color CMYK) of #886dcf color hex is 0.34, 0.47, 0.00, 0.19. Web safe color of #886dcf is #9966cc. Color #886dcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001000 01101101 11001111
Octal 210 155 317
Decimal 136 109 207
Hex 88 6D CF

RGB Percentages of Color #886dcf

%30.09
%24.12
%45.80

CMYK Percentages of Color #886dcf

%34
%47
%0
%19

Triadic Colors of #886dcf

#886dcf #cf886d #6dcf88

Analogous Colors of #886dcf

#886dcf #b96dcf #6d83cf

Monochromatic Colors of #886dcf

#886dcf

Complementary Color

#886dcf #b4cf6d

#886dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#886dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#886dcf Color CSS Codes

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

#886dcf Text Font Color

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

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


#886dcf Background Color

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

This div background color is #886dcf


#886dcf Border Color

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

This div border color is #886dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #886dcf


Comments

No comments written yet.

Please login to write comment.