Color Hex Logo

#b02140 Color Hex

#B02140
(176,33,64)
0 Favorites   0 Comments

Color spaces of #b02140

RGB 1763364
HSL0.960.680.41
HSV347°81°69°
CMYK 0.000.810.64   0.31
XYZ19.373810.68805.8924
Yxy10.68800.53880.2973
Hunter Lab32.692548.568412.1985
CIE-Lab39.049956.974219.2640

#b02140 color RGB value is (176,33,64).

#b02140 hex color red value is 176, green value is 33 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #b02140 hue: 0.96 , saturation: 0.68 and the lightness value of b02140 is 0.41.

The process color (four color CMYK) of #b02140 color hex is 0.00, 0.81, 0.64, 0.31. Web safe color of #b02140 is #993333. Color #b02140 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 00100001 01000000
Octal 260 41 100
Decimal 176 33 64
Hex B0 21 40

RGB Percentages of Color #b02140

%64.47
%12.09
%23.44

CMYK Percentages of Color #b02140

%0
%81
%64
%31

Triadic Colors of #b02140

#b02140 #40b021 #2140b0

Analogous Colors of #b02140

#b02140 #b04a21 #b02188

Monochromatic Colors of #b02140

#b02140

Complementary Color

#b02140 #21b091

#b02140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b02140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b02140 Color CSS Codes

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

#b02140 Text Font Color

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

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


#b02140 Background Color

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

This div background color is #b02140


#b02140 Border Color

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

This div border color is #b02140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b02140


Comments

No comments written yet.

Please login to write comment.