Color Hex Logo

#b829bf Color Hex

#B829BF
(184,41,191)
0 Favorites   0 Comments

Color spaces of #b829bf

RGB 18441191
HSL0.830.650.45
HSV297°79°75°
CMYK 0.040.790.00   0.25
XYZ29.964115.537850.7100
Yxy15.53780.31140.1615
Hunter Lab39.418066.7075-48.6821
CIE-Lab46.362271.4942-47.5062

#b829bf color RGB value is (184,41,191).

#b829bf hex color red value is 184, green value is 41 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b829bf hue: 0.83 , saturation: 0.65 and the lightness value of b829bf is 0.45.

The process color (four color CMYK) of #b829bf color hex is 0.04, 0.79, 0.00, 0.25. Web safe color of #b829bf is #cc33cc. Color #b829bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101001 10111111
Octal 270 51 277
Decimal 184 41 191
Hex B8 29 BF

RGB Percentages of Color #b829bf

%44.23
%9.86
%45.91

CMYK Percentages of Color #b829bf

%4
%79
%0
%25

Triadic Colors of #b829bf

#b829bf #bfb829 #29bfb8

Analogous Colors of #b829bf

#b829bf #bf297b #6d29bf

Monochromatic Colors of #b829bf

#b829bf

Complementary Color

#b829bf #30bf29

#b829bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b829bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b829bf Color CSS Codes

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

#b829bf Text Font Color

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

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


#b829bf Background Color

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

This div background color is #b829bf


#b829bf Border Color

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

This div border color is #b829bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b829bf


Comments

No comments written yet.

Please login to write comment.