Color Hex Logo

#b35168 Color Hex

#B35168
(179,81,104)
0 Favorites   0 Comments

Color spaces of #b35168

RGB 17981104
HSL0.960.390.51
HSV346°55°70°
CMYK 0.000.550.42   0.30
XYZ24.031516.468015.0088
Yxy16.46800.43290.2967
Hunter Lab40.580834.68946.4781
CIE-Lab47.582642.10486.3113

#b35168 color RGB value is (179,81,104).

#b35168 hex color red value is 179, green value is 81 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #b35168 hue: 0.96 , saturation: 0.39 and the lightness value of b35168 is 0.51.

The process color (four color CMYK) of #b35168 color hex is 0.00, 0.55, 0.42, 0.30. Web safe color of #b35168 is #cc6666. Color #b35168 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 01101000
Octal 263 121 150
Decimal 179 81 104
Hex B3 51 68

RGB Percentages of Color #b35168

%49.18
%22.25
%28.57

CMYK Percentages of Color #b35168

%0
%55
%42
%30

Triadic Colors of #b35168

#b35168 #68b351 #5168b3

Analogous Colors of #b35168

#b35168 #b36b51 #b35199

Monochromatic Colors of #b35168

#b35168

Complementary Color

#b35168 #51b39c

#b35168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35168 Color CSS Codes

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

#b35168 Text Font Color

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

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


#b35168 Background Color

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

This div background color is #b35168


#b35168 Border Color

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

This div border color is #b35168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35168


Comments

No comments written yet.

Please login to write comment.