Color Hex Logo

#b821ba Color Hex

#B821BA
(184,33,186)
0 Favorites   0 Comments

Color spaces of #b821ba

RGB 18433186
HSL0.830.700.43
HSV299°82°73°
CMYK 0.010.820.00   0.27
XYZ29.173914.823247.7779
Yxy14.82320.31790.1615
Hunter Lab38.500967.8810-46.6256
CIE-Lab45.391172.6618-46.1330

#b821ba color RGB value is (184,33,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100001 10111010
Octal 270 41 272
Decimal 184 33 186
Hex B8 21 BA

RGB Percentages of Color #b821ba

%45.66
%8.19
%46.15

CMYK Percentages of Color #b821ba

%1
%82
%0
%27

Triadic Colors of #b821ba

#b821ba #bab821 #21bab8

Analogous Colors of #b821ba

#b821ba #ba2170 #6c21ba

Monochromatic Colors of #b821ba

#b821ba

Complementary Color

#b821ba #23ba21

#b821ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b821ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#b821ba Color CSS Codes

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

#b821ba Text Font Color

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

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


#b821ba Background Color

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

This div background color is #b821ba


#b821ba Border Color

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

This div border color is #b821ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b821ba


Comments

No comments written yet.

Please login to write comment.