Color Hex Logo

#b27bed Color Hex

#B27BED
(178,123,237)
0 Favorites   0 Comments

Color spaces of #b27bed

RGB 178123237
HSL0.750.760.71
HSV269°48°93°
CMYK 0.250.480.00   0.07
XYZ40.729129.745383.7155
Yxy29.74530.26410.1929
Hunter Lab54.539337.8574-52.8302
CIE-Lab61.433843.1907-49.7158

#b27bed color RGB value is (178,123,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 11101101
Octal 262 173 355
Decimal 178 123 237
Hex B2 7B ED

RGB Percentages of Color #b27bed

%33.09
%22.86
%44.05

CMYK Percentages of Color #b27bed

%25
%48
%0
%7

Triadic Colors of #b27bed

#b27bed #edb27b #7bedb2

Analogous Colors of #b27bed

#b27bed #eb7bed #7b7ded

Monochromatic Colors of #b27bed

#b27bed

Complementary Color

#b27bed #b6ed7b

#b27bed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27bed Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27bed Color CSS Codes

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

#b27bed Text Font Color

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

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


#b27bed Background Color

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

This div background color is #b27bed


#b27bed Border Color

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

This div border color is #b27bed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27bed


Comments

No comments written yet.

Please login to write comment.