Color Hex Logo

#b836ba Color Hex

#B836BA
(184,54,186)
0 Favorites   0 Comments

Color spaces of #b836ba

RGB 18454186
HSL0.830.550.47
HSV299°71°73°
CMYK 0.010.710.00   0.27
XYZ29.949316.373948.0363
Yxy16.37390.31740.1735
Hunter Lab40.464761.3008-42.0589
CIE-Lab47.461366.7006-42.8373

#b836ba color RGB value is (184,54,186).

#b836ba hex color red value is 184, green value is 54 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #b836ba hue: 0.83 , saturation: 0.55 and the lightness value of b836ba is 0.47.

The process color (four color CMYK) of #b836ba color hex is 0.01, 0.71, 0.00, 0.27. Web safe color of #b836ba is #cc33cc. Color #b836ba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00110110 10111010
Octal 270 66 272
Decimal 184 54 186
Hex B8 36 BA

RGB Percentages of Color #b836ba

%43.40
%12.74
%43.87

CMYK Percentages of Color #b836ba

%1
%71
%0
%27

Triadic Colors of #b836ba

#b836ba #bab836 #36bab8

Analogous Colors of #b836ba

#b836ba #ba367a #7636ba

Monochromatic Colors of #b836ba

#b836ba

Complementary Color

#b836ba #38ba36

#b836ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b836ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b836ba Color CSS Codes

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

#b836ba Text Font Color

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

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


#b836ba Background Color

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

This div background color is #b836ba


#b836ba Border Color

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

This div border color is #b836ba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,54,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b836ba


Comments

No comments written yet.

Please login to write comment.