Color Hex Logo

#b42364 Color Hex

#B42364
(180,35,100)
0 Favorites   0 Comments

Color spaces of #b42364

RGB 18035100
HSL0.930.670.42
HSV333°81°71°
CMYK 0.000.810.44   0.29
XYZ21.723711.825513.1942
Yxy11.82550.46470.2530
Hunter Lab34.388252.58251.3232
CIE-Lab40.937460.2845-0.8022

#b42364 color RGB value is (180,35,100).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100011 01100100
Octal 264 43 144
Decimal 180 35 100
Hex B4 23 64

RGB Percentages of Color #b42364

%57.14
%11.11
%31.75

CMYK Percentages of Color #b42364

%0
%81
%44
%29

Triadic Colors of #b42364

#b42364 #64b423 #2364b4

Analogous Colors of #b42364

#b42364 #b42b23 #b423ad

Monochromatic Colors of #b42364

#b42364

Complementary Color

#b42364 #23b473

#b42364 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42364 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42364 Color CSS Codes

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

#b42364 Text Font Color

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

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


#b42364 Background Color

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

This div background color is #b42364


#b42364 Border Color

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

This div border color is #b42364


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42364


Comments

No comments written yet.

Please login to write comment.