Color Hex Logo

#b33880 Color Hex

#B33880
(179,56,128)
0 Favorites   0 Comments

Color spaces of #b33880

RGB 17956128
HSL0.900.520.46
HSV325°69°70°
CMYK 0.000.690.28   0.30
XYZ23.900913.970621.8589
Yxy13.97060.40010.2339
Hunter Lab37.377348.7316-8.5098
CIE-Lab44.190756.1511-13.3307

#b33880 color RGB value is (179,56,128).

#b33880 hex color red value is 179, green value is 56 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #b33880 hue: 0.90 , saturation: 0.52 and the lightness value of b33880 is 0.46.

The process color (four color CMYK) of #b33880 color hex is 0.00, 0.69, 0.28, 0.30. Web safe color of #b33880 is #cc3399. Color #b33880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111000 10000000
Octal 263 70 200
Decimal 179 56 128
Hex B3 38 80

RGB Percentages of Color #b33880

%49.31
%15.43
%35.26

CMYK Percentages of Color #b33880

%0
%69
%28
%30

Triadic Colors of #b33880

#b33880 #80b338 #3880b3

Analogous Colors of #b33880

#b33880 #b33843 #a938b3

Monochromatic Colors of #b33880

#b33880

Complementary Color

#b33880 #38b36b

#b33880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33880 Color CSS Codes

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

#b33880 Text Font Color

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

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


#b33880 Background Color

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

This div background color is #b33880


#b33880 Border Color

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

This div border color is #b33880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33880


Comments

No comments written yet.

Please login to write comment.