Color Hex Logo

#b42367 Color Hex

#B42367
(180,35,103)
0 Favorites   0 Comments

Color spaces of #b42367

RGB 18035103
HSL0.920.670.42
HSV332°81°71°
CMYK 0.000.810.43   0.29
XYZ21.871611.884613.9732
Yxy11.88460.45820.2490
Hunter Lab34.474052.91740.1001
CIE-Lab41.032160.5686-2.5496

#b42367 color RGB value is (180,35,103).

#b42367 hex color red value is 180, green value is 35 and the blue value of its RGB is 103. Cylindrical-coordinate representations (also known as HSL) of color #b42367 hue: 0.92 , saturation: 0.67 and the lightness value of b42367 is 0.42.

The process color (four color CMYK) of #b42367 color hex is 0.00, 0.81, 0.43, 0.29. Web safe color of #b42367 is #cc3366. Color #b42367 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 01100111
Octal 264 43 147
Decimal 180 35 103
Hex B4 23 67

RGB Percentages of Color #b42367

%56.60
%11.01
%32.39

CMYK Percentages of Color #b42367

%0
%81
%43
%29

Triadic Colors of #b42367

#b42367 #67b423 #2367b4

Analogous Colors of #b42367

#b42367 #b42823 #b423b0

Monochromatic Colors of #b42367

#b42367

Complementary Color

#b42367 #23b470

#b42367 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42367 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42367 Color CSS Codes

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

#b42367 Text Font Color

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

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


#b42367 Background Color

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

This div background color is #b42367


#b42367 Border Color

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

This div border color is #b42367


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42367


Comments

No comments written yet.

Please login to write comment.