Color Hex Logo

#b42185 Color Hex

#B42185
(180,33,133)
0 Favorites   0 Comments

Color spaces of #b42185

RGB 18033133
HSL0.890.690.42
HSV319°82°71°
CMYK 0.000.820.26   0.29
XYZ23.599912.484523.3562
Yxy12.48450.39700.2100
Hunter Lab35.333457.3903-14.4587
CIE-Lab41.976064.3669-19.7643

#b42185 color RGB value is (180,33,133).

#b42185 hex color red value is 180, green value is 33 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #b42185 hue: 0.89 , saturation: 0.69 and the lightness value of b42185 is 0.42.

The process color (four color CMYK) of #b42185 color hex is 0.00, 0.82, 0.26, 0.29. Web safe color of #b42185 is #cc3399. Color #b42185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100001 10000101
Octal 264 41 205
Decimal 180 33 133
Hex B4 21 85

RGB Percentages of Color #b42185

%52.02
%9.54
%38.44

CMYK Percentages of Color #b42185

%0
%82
%26
%29

Triadic Colors of #b42185

#b42185 #85b421 #2185b4

Analogous Colors of #b42185

#b42185 #b4213b #9a21b4

Monochromatic Colors of #b42185

#b42185

Complementary Color

#b42185 #21b450

#b42185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42185 Color CSS Codes

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

#b42185 Text Font Color

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

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


#b42185 Background Color

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

This div background color is #b42185


#b42185 Border Color

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

This div border color is #b42185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42185


Comments

No comments written yet.

Please login to write comment.