Color Hex Logo

#b88bf2 Color Hex

#B88BF2
(184,139,242)
0 Favorites   0 Comments

Color spaces of #b88bf2

RGB 184139242
HSL0.740.800.75
HSV266°43°95°
CMYK 0.240.430.00   0.05
XYZ45.026835.066488.3997
Yxy35.06640.26720.2081
Hunter Lab59.216932.0967-47.0570
CIE-Lab65.800337.1876-45.5429

#b88bf2 color RGB value is (184,139,242).

#b88bf2 hex color red value is 184, green value is 139 and the blue value of its RGB is 242. Cylindrical-coordinate representations (also known as HSL) of color #b88bf2 hue: 0.74 , saturation: 0.80 and the lightness value of b88bf2 is 0.75.

The process color (four color CMYK) of #b88bf2 color hex is 0.24, 0.43, 0.00, 0.05. Web safe color of #b88bf2 is #cc99ff. Color #b88bf2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001011 11110010
Octal 270 213 362
Decimal 184 139 242
Hex B8 8B F2

RGB Percentages of Color #b88bf2

%32.57
%24.60
%42.83

CMYK Percentages of Color #b88bf2

%24
%43
%0
%5

Triadic Colors of #b88bf2

#b88bf2 #f2b88b #8bf2b8

Analogous Colors of #b88bf2

#b88bf2 #ec8bf2 #8b92f2

Monochromatic Colors of #b88bf2

#b88bf2

Complementary Color

#b88bf2 #c5f28b

#b88bf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88bf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88bf2 Color CSS Codes

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

#b88bf2 Text Font Color

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

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


#b88bf2 Background Color

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

This div background color is #b88bf2


#b88bf2 Border Color

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

This div border color is #b88bf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88bf2


Comments

No comments written yet.

Please login to write comment.