Color Hex Logo

#b27bda Color Hex

#B27BDA
(178,123,218)
0 Favorites   0 Comments

Color spaces of #b27bda

RGB 178123218
HSL0.760.560.67
HSV275°44°85°
CMYK 0.180.440.00   0.15
XYZ38.097928.692969.8600
Yxy28.69290.27880.2100
Hunter Lab53.565833.2156-39.8295
CIE-Lab60.509638.8756-40.5857

#b27bda color RGB value is (178,123,218).

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

The process color (four color CMYK) of #b27bda color hex is 0.18, 0.44, 0.00, 0.15. Web safe color of #b27bda is #9966cc. Color #b27bda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01111011 11011010
Octal 262 173 332
Decimal 178 123 218
Hex B2 7B DA

RGB Percentages of Color #b27bda

%34.30
%23.70
%42.00

CMYK Percentages of Color #b27bda

%18
%44
%0
%15

Triadic Colors of #b27bda

#b27bda #dab27b #7bdab2

Analogous Colors of #b27bda

#b27bda #da7bd3 #837bda

Monochromatic Colors of #b27bda

#b27bda

Complementary Color

#b27bda #a3da7b

#b27bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b27bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#b27bda Color CSS Codes

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

#b27bda Text Font Color

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

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


#b27bda Background Color

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

This div background color is #b27bda


#b27bda Border Color

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

This div border color is #b27bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b27bda


Comments

No comments written yet.

Please login to write comment.