Color Hex Logo

#b88ec5 Color Hex

#B88EC5
(184,142,197)
0 Favorites   0 Comments

Color spaces of #b88ec5

RGB 184142197
HSL0.790.320.66
HSV286°28°77°
CMYK 0.070.280.00   0.23
XYZ39.518233.567657.2197
Yxy33.56760.30330.2576
Hunter Lab57.937620.3610-17.9991
CIE-Lab64.617925.6930-22.3993

#b88ec5 color RGB value is (184,142,197).

#b88ec5 hex color red value is 184, green value is 142 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #b88ec5 hue: 0.79 , saturation: 0.32 and the lightness value of b88ec5 is 0.66.

The process color (four color CMYK) of #b88ec5 color hex is 0.07, 0.28, 0.00, 0.23. Web safe color of #b88ec5 is #cc99cc. Color #b88ec5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10001110 11000101
Octal 270 216 305
Decimal 184 142 197
Hex B8 8E C5

RGB Percentages of Color #b88ec5

%35.18
%27.15
%37.67

CMYK Percentages of Color #b88ec5

%7
%28
%0
%23

Triadic Colors of #b88ec5

#b88ec5 #c5b88e #8ec5b8

Analogous Colors of #b88ec5

#b88ec5 #c58eb7 #9d8ec5

Monochromatic Colors of #b88ec5

#b88ec5

Complementary Color

#b88ec5 #9bc58e

#b88ec5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b88ec5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b88ec5 Color CSS Codes

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

#b88ec5 Text Font Color

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

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


#b88ec5 Background Color

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

This div background color is #b88ec5


#b88ec5 Border Color

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

This div border color is #b88ec5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b88ec5


Comments

No comments written yet.

Please login to write comment.