Color Hex Logo

#b02425 Color Hex

#B02425
(176,36,37)
0 Favorites   0 Comments

Color spaces of #b02425

RGB 1763637
HSL1.000.660.42
HSV360°80°69°
CMYK 0.000.800.79   0.31
XYZ18.869310.62542.8067
Yxy10.62540.58420.3289
Hunter Lab32.596646.284717.7125
CIE-Lab38.942254.861635.6478

#b02425 color RGB value is (176,36,37).

#b02425 hex color red value is 176, green value is 36 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #b02425 hue: 1.00 , saturation: 0.66 and the lightness value of b02425 is 0.42.

The process color (four color CMYK) of #b02425 color hex is 0.00, 0.80, 0.79, 0.31. Web safe color of #b02425 is #993333. Color #b02425 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100100 00100101
Octal 260 44 45
Decimal 176 36 37
Hex B0 24 25

RGB Percentages of Color #b02425

%70.68
%14.46
%14.86

CMYK Percentages of Color #b02425

%0
%80
%79
%31

Triadic Colors of #b02425

#b02425 #25b024 #2425b0

Analogous Colors of #b02425

#b02425 #b06924 #b0246b

Monochromatic Colors of #b02425

#b02425

Complementary Color

#b02425 #24b0af

#b02425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02425 Color CSS Codes

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

#b02425 Text Font Color

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

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


#b02425 Background Color

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

This div background color is #b02425


#b02425 Border Color

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

This div border color is #b02425


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(176,36,37, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b02425; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b02425;
  -webkit-box-shadow: 1px 1px 3px 2px #b02425;
  box-shadow:         1px 1px 3px 2px #b02425; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(176,36,37, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02425


Comments

No comments written yet.

Please login to write comment.