Color Hex Logo

#b67ece Color Hex

#B67ECE
(182,126,206)
0 Favorites   0 Comments

Color spaces of #b67ece

RGB 182126206
HSL0.780.450.65
HSV282°39°81°
CMYK 0.120.390.00   0.19
XYZ37.892829.323062.0553
Yxy29.32300.29310.2268
Hunter Lab54.150730.1444-30.0393
CIE-Lab61.065635.8162-32.9480

#b67ece color RGB value is (182,126,206).

#b67ece hex color red value is 182, green value is 126 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #b67ece hue: 0.78 , saturation: 0.45 and the lightness value of b67ece is 0.65.

The process color (four color CMYK) of #b67ece color hex is 0.12, 0.39, 0.00, 0.19. Web safe color of #b67ece is #cc66cc. Color #b67ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01111110 11001110
Octal 266 176 316
Decimal 182 126 206
Hex B6 7E CE

RGB Percentages of Color #b67ece

%35.41
%24.51
%40.08

CMYK Percentages of Color #b67ece

%12
%39
%0
%19

Triadic Colors of #b67ece

#b67ece #ceb67e #7eceb6

Analogous Colors of #b67ece

#b67ece #ce7ebe #8e7ece

Monochromatic Colors of #b67ece

#b67ece

Complementary Color

#b67ece #96ce7e

#b67ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b67ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b67ece Color CSS Codes

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

#b67ece Text Font Color

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

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


#b67ece Background Color

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

This div background color is #b67ece


#b67ece Border Color

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

This div border color is #b67ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b67ece


Comments

No comments written yet.

Please login to write comment.