Color Hex Logo

#b87ece Color Hex

#B87ECE
(184,126,206)
0 Favorites   0 Comments

Color spaces of #b87ece

RGB 184126206
HSL0.790.450.65
HSV284°39°81°
CMYK 0.110.390.00   0.19
XYZ38.368629.568362.0775
Yxy29.56830.29510.2274
Hunter Lab54.376730.7915-29.6228
CIE-Lab61.279936.4264-32.5982

#b87ece color RGB value is (184,126,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 01111110 11001110
Octal 270 176 316
Decimal 184 126 206
Hex B8 7E CE

RGB Percentages of Color #b87ece

%35.66
%24.42
%39.92

CMYK Percentages of Color #b87ece

%11
%39
%0
%19

Triadic Colors of #b87ece

#b87ece #ceb87e #7eceb8

Analogous Colors of #b87ece

#b87ece #ce7ebc #907ece

Monochromatic Colors of #b87ece

#b87ece

Complementary Color

#b87ece #94ce7e

#b87ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b87ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#b87ece Color CSS Codes

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

#b87ece Text Font Color

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

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


#b87ece Background Color

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

This div background color is #b87ece


#b87ece Border Color

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

This div border color is #b87ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b87ece


Comments

No comments written yet.

Please login to write comment.