Color Hex Logo

#b33497 Color Hex

#B33497
(179,52,151)
0 Favorites   0 Comments

Color spaces of #b33497

RGB 17952151
HSL0.870.550.45
HSV313°71°70°
CMYK 0.000.710.16   0.30
XYZ25.404314.274130.6944
Yxy14.27410.36100.2028
Hunter Lab37.781153.9079-21.7221
CIE-Lab44.623560.7688-26.6151

#b33497 color RGB value is (179,52,151).

#b33497 hex color red value is 179, green value is 52 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b33497 hue: 0.87 , saturation: 0.55 and the lightness value of b33497 is 0.45.

The process color (four color CMYK) of #b33497 color hex is 0.00, 0.71, 0.16, 0.30. Web safe color of #b33497 is #cc3399. Color #b33497 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110100 10010111
Octal 263 64 227
Decimal 179 52 151
Hex B3 34 97

RGB Percentages of Color #b33497

%46.86
%13.61
%39.53

CMYK Percentages of Color #b33497

%0
%71
%16
%30

Triadic Colors of #b33497

#b33497 #97b334 #3497b3

Analogous Colors of #b33497

#b33497 #b33458 #9034b3

Monochromatic Colors of #b33497

#b33497

Complementary Color

#b33497 #34b350

#b33497 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33497 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33497 Color CSS Codes

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

#b33497 Text Font Color

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

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


#b33497 Background Color

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

This div background color is #b33497


#b33497 Border Color

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

This div border color is #b33497


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,52,151, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33497


Comments

No comments written yet.

Please login to write comment.