Color Hex Logo

#b888ff Color Hex

#B888FF
(184,136,255)
0 Favorites   0 Comments

Color spaces of #b888ff

RGB 184136255
HSL0.731.000.77
HSV264°47°100°
CMYK 0.280.470.00   0.00
XYZ46.621335.018798.9098
Yxy35.01870.25820.1940
Hunter Lab59.176637.0692-57.6757
CIE-Lab65.763241.8952-52.7260

#b888ff color RGB value is (184,136,255).

#b888ff hex color red value is 184, green value is 136 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #b888ff hue: 0.73 , saturation: 1.00 and the lightness value of b888ff is 0.77.

The process color (four color CMYK) of #b888ff color hex is 0.28, 0.47, 0.00, 0.00. Web safe color of #b888ff is #cc99ff. Color #b888ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001000 11111111
Octal 270 210 377
Decimal 184 136 255
Hex B8 88 FF

RGB Percentages of Color #b888ff

%32.00
%23.65
%44.35

CMYK Percentages of Color #b888ff

%28
%47
%0
%0

Triadic Colors of #b888ff

#b888ff #ffb888 #88ffb8

Analogous Colors of #b888ff

#b888ff #f488ff #8894ff

Monochromatic Colors of #b888ff

#b888ff

Complementary Color

#b888ff #cfff88

#b888ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b888ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#b888ff Color CSS Codes

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

#b888ff Text Font Color

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

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


#b888ff Background Color

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

This div background color is #b888ff


#b888ff Border Color

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

This div border color is #b888ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b888ff


Comments

No comments written yet.

Please login to write comment.