Color Hex Logo

#b33c87 Color Hex

#B33C87
(179,60,135)
0 Favorites   0 Comments

Color spaces of #b33c87

RGB 17960135
HSL0.890.500.47
HSV322°66°70°
CMYK 0.000.660.25   0.30
XYZ24.579414.564724.4375
Yxy14.56470.38660.2291
Hunter Lab38.163748.1766-11.2507
CIE-Lab45.032155.4829-16.3149

#b33c87 color RGB value is (179,60,135).

#b33c87 hex color red value is 179, green value is 60 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #b33c87 hue: 0.89 , saturation: 0.50 and the lightness value of b33c87 is 0.47.

The process color (four color CMYK) of #b33c87 color hex is 0.00, 0.66, 0.25, 0.30. Web safe color of #b33c87 is #cc3399. Color #b33c87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111100 10000111
Octal 263 74 207
Decimal 179 60 135
Hex B3 3C 87

RGB Percentages of Color #b33c87

%47.86
%16.04
%36.10

CMYK Percentages of Color #b33c87

%0
%66
%25
%30

Triadic Colors of #b33c87

#b33c87 #87b33c #3c87b3

Analogous Colors of #b33c87

#b33c87 #b33c4b #a43cb3

Monochromatic Colors of #b33c87

#b33c87

Complementary Color

#b33c87 #3cb368

#b33c87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33c87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33c87 Color CSS Codes

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

#b33c87 Text Font Color

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

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


#b33c87 Background Color

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

This div background color is #b33c87


#b33c87 Border Color

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

This div border color is #b33c87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33c87


Comments

No comments written yet.

Please login to write comment.