Color Hex Logo

#b33165 Color Hex

#B33165
(179,49,101)
0 Favorites   0 Comments

Color spaces of #b33165

RGB 17949101
HSL0.930.570.45
HSV336°73°70°
CMYK 0.000.730.44   0.30
XYZ22.037712.719913.6056
Yxy12.71990.45570.2630
Hunter Lab35.665047.88302.3473
CIE-Lab42.338155.71290.5947

#b33165 color RGB value is (179,49,101).

#b33165 hex color red value is 179, green value is 49 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #b33165 hue: 0.93 , saturation: 0.57 and the lightness value of b33165 is 0.45.

The process color (four color CMYK) of #b33165 color hex is 0.00, 0.73, 0.44, 0.30. Web safe color of #b33165 is #cc3366. Color #b33165 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110001 01100101
Octal 263 61 145
Decimal 179 49 101
Hex B3 31 65

RGB Percentages of Color #b33165

%54.41
%14.89
%30.70

CMYK Percentages of Color #b33165

%0
%73
%44
%30

Triadic Colors of #b33165

#b33165 #65b331 #3165b3

Analogous Colors of #b33165

#b33165 #b33e31 #b331a6

Monochromatic Colors of #b33165

#b33165

Complementary Color

#b33165 #31b37f

#b33165 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b33165 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b33165 Color CSS Codes

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

#b33165 Text Font Color

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

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


#b33165 Background Color

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

This div background color is #b33165


#b33165 Border Color

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

This div border color is #b33165


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b33165


Comments

No comments written yet.

Please login to write comment.