Color Hex Logo

#b75030 Color Hex

#B75030
(183,80,48)
0 Favorites   0 Comments

Color spaces of #b75030

RGB 1838048
HSL0.040.580.45
HSV14°74°72°
CMYK 0.000.560.74   0.28
XYZ22.930616.01804.6795
Yxy16.01800.52560.3671
Hunter Lab40.022532.230921.0835
CIE-Lab46.998139.720638.5618

#b75030 color RGB value is (183,80,48).

#b75030 hex color red value is 183, green value is 80 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #b75030 hue: 0.04 , saturation: 0.58 and the lightness value of b75030 is 0.45.

The process color (four color CMYK) of #b75030 color hex is 0.00, 0.56, 0.74, 0.28. Web safe color of #b75030 is #cc6633. Color #b75030 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 01010000 00110000
Octal 267 120 60
Decimal 183 80 48
Hex B7 50 30

RGB Percentages of Color #b75030

%58.84
%25.72
%15.43

CMYK Percentages of Color #b75030

%0
%56
%74
%28

Triadic Colors of #b75030

#b75030 #30b750 #5030b7

Analogous Colors of #b75030

#b75030 #b79430 #b73053

Monochromatic Colors of #b75030

#b75030

Complementary Color

#b75030 #3097b7

#b75030 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b75030 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b75030 Color CSS Codes

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

#b75030 Text Font Color

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

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


#b75030 Background Color

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

This div background color is #b75030


#b75030 Border Color

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

This div border color is #b75030


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b75030


Comments

No comments written yet.

Please login to write comment.