Color Hex Logo

#b33dbb Color Hex

#B33DBB
(179,61,187)
0 Favorites   0 Comments

Color spaces of #b33dbb

RGB 17961187
HSL0.820.510.49
HSV296°67°73°
CMYK 0.040.670.00   0.27
XYZ29.228816.509048.6597
Yxy16.50900.30960.1749
Hunter Lab40.631357.3023-42.5634
CIE-Lab47.635363.1998-43.1930

#b33dbb color RGB value is (179,61,187).

#b33dbb hex color red value is 179, green value is 61 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #b33dbb hue: 0.82 , saturation: 0.51 and the lightness value of b33dbb is 0.49.

The process color (four color CMYK) of #b33dbb color hex is 0.04, 0.67, 0.00, 0.27. Web safe color of #b33dbb is #cc33cc. Color #b33dbb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111101 10111011
Octal 263 75 273
Decimal 179 61 187
Hex B3 3D BB

RGB Percentages of Color #b33dbb

%41.92
%14.29
%43.79

CMYK Percentages of Color #b33dbb

%4
%67
%0
%27

Triadic Colors of #b33dbb

#b33dbb #bbb33d #3dbbb3

Analogous Colors of #b33dbb

#b33dbb #bb3d84 #743dbb

Monochromatic Colors of #b33dbb

#b33dbb

Complementary Color

#b33dbb #45bb3d

#b33dbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33dbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33dbb Color CSS Codes

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

#b33dbb Text Font Color

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

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


#b33dbb Background Color

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

This div background color is #b33dbb


#b33dbb Border Color

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

This div border color is #b33dbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33dbb


Comments

No comments written yet.

Please login to write comment.