Color spaces of #b33e74
RGB | 179 | 62 | 116 |
---|---|---|---|
HSL | 0.92 | 0.49 | 0.47 |
HSV | 332° | 65° | 70° |
CMYK | 0.00 | 0.65 | 0.35 0.30 |
XYZ | 23.4654 | 14.2899 | 18.0445 |
Yxy | 14.2899 | 0.4205 | 0.2561 |
Hunter Lab | 37.8020 | 44.6495 | -1.8403 |
CIE-Lab | 44.6458 | 52.2608 | -5.2945 |
#b33e74 color RGB value is (179,62,116).
#b33e74 hex color red value is 179, green value is 62 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #b33e74 hue: 0.92 , saturation: 0.49 and the lightness value of b33e74 is 0.47.
The process color (four color CMYK) of #b33e74 color hex is 0.00, 0.65, 0.35, 0.30. Web safe color of #b33e74 is #cc3366. Color #b33e74 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 10110011 | 00111110 | 01110100 |
Octal | 263 | 76 | 164 |
Decimal | 179 | 62 | 116 |
Hex | B3 | 3E | 74 |
Shades of #b33e74
Tints of #b33e74
RGB Percentages of Color #b33e74
CMYK Percentages of Color #b33e74
Complementary Color
#b33e74 | #3eb37d |
#b33e74 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#b33e74 Color Preview on White Background
Lorem ipsum dolor sit amet.
#b33e74 Color CSS Codes
.mybgcolor {background-color:#b33e74; } .myforecolor {color:#b33e74; } .mybordercolor {border:3px solid #b33e74; }
#b33e74 Text Font Color
<p style="color:#b33e74">Text here</p>
This sample text font color is #b33e74
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.
#b33e74 Background Color
<div style="background-color:#b33e74">
Div content here</div>
This div background color is #b33e74
#b33e74 Border Color
<div style="border:3px solid #b33e74">
Div here</div>
This div border color is #b33e74
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(179,62,116, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #b33e74; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #b33e74; -webkit-box-shadow: 1px 1px 3px 2px #b33e74; box-shadow: 1px 1px 3px 2px #b33e74; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(179,62,116, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #b33e74">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #b33e74; -webkit-box-shadow: 1px 1px 3px 2px #b33e74; box-shadow: 1px 1px 3px 2px #b33e74;">
Div content here</div>
This div box has shadow with color #b33e74
Comments
No comments written yet.
Please login to write comment.