Color Hex Logo

#b52717 Color Hex

#B52717
(181,39,23)
0 Favorites   0 Comments

Color spaces of #b52717

RGB 1813923
HSL0.020.770.40
HSV87°71°
CMYK 0.000.780.87   0.29
XYZ19.936211.33671.9480
Yxy11.33670.60010.3413
Hunter Lab33.670046.768320.1388
CIE-Lab40.141955.087844.4877

#b52717 color RGB value is (181,39,23).

#b52717 hex color red value is 181, green value is 39 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #b52717 hue: 0.02 , saturation: 0.77 and the lightness value of b52717 is 0.40.

The process color (four color CMYK) of #b52717 color hex is 0.00, 0.78, 0.87, 0.29. Web safe color of #b52717 is #cc3300. Color #b52717 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100111 00010111
Octal 265 47 27
Decimal 181 39 23
Hex B5 27 17

RGB Percentages of Color #b52717

%74.49
%16.05
%9.47

CMYK Percentages of Color #b52717

%0
%78
%87
%29

Triadic Colors of #b52717

#b52717 #17b527 #2717b5

Analogous Colors of #b52717

#b52717 #b57617 #b51756

Monochromatic Colors of #b52717

#b52717

Complementary Color

#b52717 #17a5b5

#b52717 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52717 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52717 Color CSS Codes

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

#b52717 Text Font Color

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

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


#b52717 Background Color

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

This div background color is #b52717


#b52717 Border Color

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

This div border color is #b52717


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(181,39,23, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b52717; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b52717;
  -webkit-box-shadow: 1px 1px 3px 2px #b52717;
  box-shadow:         1px 1px 3px 2px #b52717; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,39,23, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52717


Comments

No comments written yet.

Please login to write comment.