Color Hex Logo

#b3375f Color Hex

#B3375F
(179,55,95)
0 Favorites   0 Comments

Color spaces of #b3375f

RGB 1795595
HSL0.950.530.46
HSV341°69°70°
CMYK 0.000.690.47   0.30
XYZ22.022213.142312.2025
Yxy13.14230.46490.2775
Hunter Lab36.252344.99195.4196
CIE-Lab42.976952.88765.2585

#b3375f color RGB value is (179,55,95).

#b3375f hex color red value is 179, green value is 55 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #b3375f hue: 0.95 , saturation: 0.53 and the lightness value of b3375f is 0.46.

The process color (four color CMYK) of #b3375f color hex is 0.00, 0.69, 0.47, 0.30. Web safe color of #b3375f is #cc3366. Color #b3375f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00110111 01011111
Octal 263 67 137
Decimal 179 55 95
Hex B3 37 5F

RGB Percentages of Color #b3375f

%54.41
%16.72
%28.88

CMYK Percentages of Color #b3375f

%0
%69
%47
%30

Triadic Colors of #b3375f

#b3375f #5fb337 #375fb3

Analogous Colors of #b3375f

#b3375f #b34d37 #b3379d

Monochromatic Colors of #b3375f

#b3375f

Complementary Color

#b3375f #37b38b

#b3375f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3375f Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3375f Color CSS Codes

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

#b3375f Text Font Color

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

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


#b3375f Background Color

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

This div background color is #b3375f


#b3375f Border Color

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

This div border color is #b3375f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3375f


Comments

No comments written yet.

Please login to write comment.