Color Hex Logo

#b88fce Color Hex

#B88FCE
(184,143,206)
0 Favorites   0 Comments

Color spaces of #b88fce

RGB 184143206
HSL0.780.390.68
HSV279°31°81°
CMYK 0.110.310.00   0.19
XYZ40.730234.291562.8647
Yxy34.29150.29540.2487
Hunter Lab58.558921.6761-22.6582
CIE-Lab65.193326.9896-26.5491

#b88fce color RGB value is (184,143,206).

#b88fce hex color red value is 184, green value is 143 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b88fce hue: 0.78 , saturation: 0.39 and the lightness value of b88fce is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001111 11001110
Octal 270 217 316
Decimal 184 143 206
Hex B8 8F CE

RGB Percentages of Color #b88fce

%34.52
%26.83
%38.65

CMYK Percentages of Color #b88fce

%11
%31
%0
%19

Triadic Colors of #b88fce

#b88fce #ceb88f #8fceb8

Analogous Colors of #b88fce

#b88fce #ce8fc5 #998fce

Monochromatic Colors of #b88fce

#b88fce

Complementary Color

#b88fce #a5ce8f

#b88fce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88fce Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88fce Color CSS Codes

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

#b88fce Text Font Color

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

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


#b88fce Background Color

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

This div background color is #b88fce


#b88fce Border Color

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

This div border color is #b88fce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88fce


Comments

No comments written yet.

Please login to write comment.