Color Hex Logo

#b42869 Color Hex

#B42869
(180,40,105)
0 Favorites   0 Comments

Color spaces of #b42869

RGB 18040105
HSL0.920.640.43
HSV332°78°71°
CMYK 0.000.780.42   0.29
XYZ22.131012.240814.5609
Yxy12.24080.45230.2502
Hunter Lab34.986951.6835-0.1846
CIE-Lab41.596359.3433-2.9718

#b42869 color RGB value is (180,40,105).

#b42869 hex color red value is 180, green value is 40 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #b42869 hue: 0.92 , saturation: 0.64 and the lightness value of b42869 is 0.43.

The process color (four color CMYK) of #b42869 color hex is 0.00, 0.78, 0.42, 0.29. Web safe color of #b42869 is #cc3366. Color #b42869 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00101000 01101001
Octal 264 50 151
Decimal 180 40 105
Hex B4 28 69

RGB Percentages of Color #b42869

%55.38
%12.31
%32.31

CMYK Percentages of Color #b42869

%0
%78
%42
%29

Triadic Colors of #b42869

#b42869 #69b428 #2869b4

Analogous Colors of #b42869

#b42869 #b42d28 #b428af

Monochromatic Colors of #b42869

#b42869

Complementary Color

#b42869 #28b473

#b42869 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42869 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42869 Color CSS Codes

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

#b42869 Text Font Color

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

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


#b42869 Background Color

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

This div background color is #b42869


#b42869 Border Color

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

This div border color is #b42869


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42869


Comments

No comments written yet.

Please login to write comment.