Color Hex Logo

#b27bec Color Hex

#B27BEC
(178,123,236)
0 Favorites   0 Comments

Color spaces of #b27bec

RGB 178123236
HSL0.750.750.70
HSV269°48°93°
CMYK 0.250.480.00   0.07
XYZ40.583429.687082.9481
Yxy29.68700.26490.1938
Hunter Lab54.485837.6045-52.1219
CIE-Lab61.383242.9589-49.2415

#b27bec color RGB value is (178,123,236).

#b27bec hex color red value is 178, green value is 123 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #b27bec hue: 0.75 , saturation: 0.75 and the lightness value of b27bec is 0.70.

The process color (four color CMYK) of #b27bec color hex is 0.25, 0.48, 0.00, 0.07. Web safe color of #b27bec is #9966ff. Color #b27bec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 11101100
Octal 262 173 354
Decimal 178 123 236
Hex B2 7B EC

RGB Percentages of Color #b27bec

%33.15
%22.91
%43.95

CMYK Percentages of Color #b27bec

%25
%48
%0
%7

Triadic Colors of #b27bec

#b27bec #ecb27b #7becb2

Analogous Colors of #b27bec

#b27bec #eb7bec #7b7dec

Monochromatic Colors of #b27bec

#b27bec

Complementary Color

#b27bec #b5ec7b

#b27bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27bec Color CSS Codes

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

#b27bec Text Font Color

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

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


#b27bec Background Color

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

This div background color is #b27bec


#b27bec Border Color

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

This div border color is #b27bec


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,123,236, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b27bec; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b27bec;
  -webkit-box-shadow: 1px 1px 3px 2px #b27bec;
  box-shadow:         1px 1px 3px 2px #b27bec; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,123,236, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27bec


Comments

No comments written yet.

Please login to write comment.