Color Hex Logo

#b75369 Color Hex

#B75369
(183,83,105)
0 Favorites   0 Comments

Color spaces of #b75369

RGB 18383105
HSL0.960.410.52
HSV347°55°72°
CMYK 0.000.550.43   0.28
XYZ25.171517.273715.3721
Yxy17.27370.43540.2988
Hunter Lab41.561635.37437.1640
CIE-Lab48.603142.62867.2438

#b75369 color RGB value is (183,83,105).

#b75369 hex color red value is 183, green value is 83 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b75369 hue: 0.96 , saturation: 0.41 and the lightness value of b75369 is 0.52.

The process color (four color CMYK) of #b75369 color hex is 0.00, 0.55, 0.43, 0.28. Web safe color of #b75369 is #cc6666. Color #b75369 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010011 01101001
Octal 267 123 151
Decimal 183 83 105
Hex B7 53 69

RGB Percentages of Color #b75369

%49.33
%22.37
%28.30

CMYK Percentages of Color #b75369

%0
%55
%43
%28

Triadic Colors of #b75369

#b75369 #69b753 #5369b7

Analogous Colors of #b75369

#b75369 #b76f53 #b7539b

Monochromatic Colors of #b75369

#b75369

Complementary Color

#b75369 #53b7a1

#b75369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75369 Color CSS Codes

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

#b75369 Text Font Color

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

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


#b75369 Background Color

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

This div background color is #b75369


#b75369 Border Color

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

This div border color is #b75369


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(183,83,105, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b75369; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b75369;
  -webkit-box-shadow: 1px 1px 3px 2px #b75369;
  box-shadow:         1px 1px 3px 2px #b75369; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(183,83,105, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75369


Comments

No comments written yet.

Please login to write comment.