Color Hex Logo

#b35f75 Color Hex

#B35F75
(179,95,117)
0 Favorites   0 Comments

Color spaces of #b35f75

RGB 17995117
HSL0.960.360.54
HSV344°47°70°
CMYK 0.000.470.35   0.30
XYZ25.893519.052519.1424
Yxy19.05250.40400.2973
Hunter Lab43.649229.50354.5527
CIE-Lab50.748636.42183.0431

#b35f75 color RGB value is (179,95,117).

#b35f75 hex color red value is 179, green value is 95 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b35f75 hue: 0.96 , saturation: 0.36 and the lightness value of b35f75 is 0.54.

The process color (four color CMYK) of #b35f75 color hex is 0.00, 0.47, 0.35, 0.30. Web safe color of #b35f75 is #cc6666. Color #b35f75 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01011111 01110101
Octal 263 137 165
Decimal 179 95 117
Hex B3 5F 75

RGB Percentages of Color #b35f75

%45.78
%24.30
%29.92

CMYK Percentages of Color #b35f75

%0
%47
%35
%30

Triadic Colors of #b35f75

#b35f75 #75b35f #5f75b3

Analogous Colors of #b35f75

#b35f75 #b3735f #b35f9f

Monochromatic Colors of #b35f75

#b35f75

Complementary Color

#b35f75 #5fb39d

#b35f75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35f75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35f75 Color CSS Codes

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

#b35f75 Text Font Color

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

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


#b35f75 Background Color

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

This div background color is #b35f75


#b35f75 Border Color

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

This div border color is #b35f75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35f75


Comments

No comments written yet.

Please login to write comment.