Color Hex Logo

#b40243 Color Hex

#B40243
(180,2,67)
0 Favorites   0 Comments

Color spaces of #b40243

RGB 180267
HSL0.940.980.36
HSV338°99°71°
CMYK 0.000.990.63   0.29
XYZ19.857210.15206.2231
Yxy10.15200.54810.2802
Hunter Lab31.862255.486110.7234
CIE-Lab38.113963.436216.2605

#b40243 color RGB value is (180,2,67).

#b40243 hex color red value is 180, green value is 2 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #b40243 hue: 0.94 , saturation: 0.98 and the lightness value of b40243 is 0.36.

The process color (four color CMYK) of #b40243 color hex is 0.00, 0.99, 0.63, 0.29. Web safe color of #b40243 is #cc0033. Color #b40243 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00000010 01000011
Octal 264 2 103
Decimal 180 2 67
Hex B4 2 43

RGB Percentages of Color #b40243

%72.29
%0.80
%26.91

CMYK Percentages of Color #b40243

%0
%99
%63
%29

Triadic Colors of #b40243

#b40243 #43b402 #0243b4

Analogous Colors of #b40243

#b40243 #b41a02 #b4029c

Monochromatic Colors of #b40243

#b40243

Complementary Color

#b40243 #02b473

#b40243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b40243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b40243 Color CSS Codes

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

#b40243 Text Font Color

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

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


#b40243 Background Color

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

This div background color is #b40243


#b40243 Border Color

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

This div border color is #b40243


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(180,2,67, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b40243; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b40243;
  -webkit-box-shadow: 1px 1px 3px 2px #b40243;
  box-shadow:         1px 1px 3px 2px #b40243; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b40243


Comments

No comments written yet.

Please login to write comment.