Color Hex Logo

#b826bb Color Hex

#B826BB
(184,38,187)
0 Favorites   0 Comments

Color spaces of #b826bb

RGB 18438187
HSL0.830.660.44
HSV299°80°73°
CMYK 0.020.800.00   0.27
XYZ29.429915.164448.3896
Yxy15.16440.31650.1631
Hunter Lab38.941566.7531-46.4161
CIE-Lab45.858571.6305-45.9729

#b826bb color RGB value is (184,38,187).

#b826bb hex color red value is 184, green value is 38 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b826bb hue: 0.83 , saturation: 0.66 and the lightness value of b826bb is 0.44.

The process color (four color CMYK) of #b826bb color hex is 0.02, 0.80, 0.00, 0.27. Web safe color of #b826bb is #cc33cc. Color #b826bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 10111011
Octal 270 46 273
Decimal 184 38 187
Hex B8 26 BB

RGB Percentages of Color #b826bb

%44.99
%9.29
%45.72

CMYK Percentages of Color #b826bb

%2
%80
%0
%27

Triadic Colors of #b826bb

#b826bb #bbb826 #26bbb8

Analogous Colors of #b826bb

#b826bb #bb2674 #6e26bb

Monochromatic Colors of #b826bb

#b826bb

Complementary Color

#b826bb #29bb26

#b826bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b826bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b826bb Color CSS Codes

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

#b826bb Text Font Color

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

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


#b826bb Background Color

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

This div background color is #b826bb


#b826bb Border Color

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

This div border color is #b826bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b826bb


Comments

No comments written yet.

Please login to write comment.