Color Hex Logo

#b886cf Color Hex

#B886CF
(184,134,207)
0 Favorites   0 Comments

Color spaces of #b886cf

RGB 184134207
HSL0.780.430.67
HSV281°35°81°
CMYK 0.110.350.00   0.19
XYZ39.554731.745563.0742
Yxy31.74550.29440.2362
Hunter Lab56.343126.7122-26.9329
CIE-Lab63.132032.2126-30.2879

#b886cf color RGB value is (184,134,207).

#b886cf hex color red value is 184, green value is 134 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #b886cf hue: 0.78 , saturation: 0.43 and the lightness value of b886cf is 0.67.

The process color (four color CMYK) of #b886cf color hex is 0.11, 0.35, 0.00, 0.19. Web safe color of #b886cf is #cc99cc. Color #b886cf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10000110 11001111
Octal 270 206 317
Decimal 184 134 207
Hex B8 86 CF

RGB Percentages of Color #b886cf

%35.05
%25.52
%39.43

CMYK Percentages of Color #b886cf

%11
%35
%0
%19

Triadic Colors of #b886cf

#b886cf #cfb886 #86cfb8

Analogous Colors of #b886cf

#b886cf #cf86c2 #9486cf

Monochromatic Colors of #b886cf

#b886cf

Complementary Color

#b886cf #9dcf86

#b886cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b886cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b886cf Color CSS Codes

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

#b886cf Text Font Color

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

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


#b886cf Background Color

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

This div background color is #b886cf


#b886cf Border Color

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

This div border color is #b886cf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,134,207, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b886cf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b886cf;
  -webkit-box-shadow: 1px 1px 3px 2px #b886cf;
  box-shadow:         1px 1px 3px 2px #b886cf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,134,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 #b886cf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b886cf


Comments

No comments written yet.

Please login to write comment.