Color Hex Logo

#b35664 Color Hex

#B35664
(179,86,100)
0 Favorites   0 Comments

Color spaces of #b35664

RGB 17986100
HSL0.970.380.52
HSV351°52°70°
CMYK 0.000.520.44   0.30
XYZ24.218417.159414.0922
Yxy17.15940.43660.3093
Hunter Lab41.423931.86788.8266
CIE-Lab48.460339.13939.9720

#b35664 color RGB value is (179,86,100).

#b35664 hex color red value is 179, green value is 86 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #b35664 hue: 0.97 , saturation: 0.38 and the lightness value of b35664 is 0.52.

The process color (four color CMYK) of #b35664 color hex is 0.00, 0.52, 0.44, 0.30. Web safe color of #b35664 is #cc6666. Color #b35664 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010110 01100100
Octal 263 126 144
Decimal 179 86 100
Hex B3 56 64

RGB Percentages of Color #b35664

%49.04
%23.56
%27.40

CMYK Percentages of Color #b35664

%0
%52
%44
%30

Triadic Colors of #b35664

#b35664 #64b356 #5664b3

Analogous Colors of #b35664

#b35664 #b37756 #b35693

Monochromatic Colors of #b35664

#b35664

Complementary Color

#b35664 #56b3a5

#b35664 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35664 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35664 Color CSS Codes

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

#b35664 Text Font Color

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

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


#b35664 Background Color

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

This div background color is #b35664


#b35664 Border Color

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

This div border color is #b35664


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35664


Comments

No comments written yet.

Please login to write comment.