Color Hex Logo

#b08ece Color Hex

#B08ECE
(176,142,206)
0 Favorites   0 Comments

Color spaces of #b08ece

RGB 176142206
HSL0.760.400.68
HSV272°31°81°
CMYK 0.150.310.00   0.19
XYZ38.718133.032362.7277
Yxy33.03230.28790.2456
Hunter Lab57.473719.6703-24.4784
CIE-Lab64.187125.0143-28.1630

#b08ece color RGB value is (176,142,206).

#b08ece hex color red value is 176, green value is 142 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b08ece hue: 0.76 , saturation: 0.40 and the lightness value of b08ece is 0.68.

The process color (four color CMYK) of #b08ece color hex is 0.15, 0.31, 0.00, 0.19. Web safe color of #b08ece is #9999cc. Color #b08ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 10001110 11001110
Octal 260 216 316
Decimal 176 142 206
Hex B0 8E CE

RGB Percentages of Color #b08ece

%33.59
%27.10
%39.31

CMYK Percentages of Color #b08ece

%15
%31
%0
%19

Triadic Colors of #b08ece

#b08ece #ceb08e #8eceb0

Analogous Colors of #b08ece

#b08ece #ce8ecc #908ece

Monochromatic Colors of #b08ece

#b08ece

Complementary Color

#b08ece #acce8e

#b08ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b08ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b08ece Color CSS Codes

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

#b08ece Text Font Color

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

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


#b08ece Background Color

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

This div background color is #b08ece


#b08ece Border Color

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

This div border color is #b08ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b08ece


Comments

No comments written yet.

Please login to write comment.