Color Hex Logo

#b42075 Color Hex

#B42075
(180,32,117)
0 Favorites   0 Comments

Color spaces of #b42075

RGB 18032117
HSL0.900.700.42
HSV326°82°71°
CMYK 0.000.820.35   0.29
XYZ22.549812.020717.9613
Yxy12.02070.42930.2288
Hunter Lab34.670955.4216-6.4457
CIE-Lab41.249062.7685-10.9820

#b42075 color RGB value is (180,32,117).

#b42075 hex color red value is 180, green value is 32 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #b42075 hue: 0.90 , saturation: 0.70 and the lightness value of b42075 is 0.42.

The process color (four color CMYK) of #b42075 color hex is 0.00, 0.82, 0.35, 0.29. Web safe color of #b42075 is #cc3366. Color #b42075 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110100 00100000 01110101
Octal 264 40 165
Decimal 180 32 117
Hex B4 20 75

RGB Percentages of Color #b42075

%54.71
%9.73
%35.56

CMYK Percentages of Color #b42075

%0
%82
%35
%29

Triadic Colors of #b42075

#b42075 #75b420 #2075b4

Analogous Colors of #b42075

#b42075 #b4202b #a920b4

Monochromatic Colors of #b42075

#b42075

Complementary Color

#b42075 #20b45f

#b42075 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b42075 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b42075 Color CSS Codes

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

#b42075 Text Font Color

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

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


#b42075 Background Color

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

This div background color is #b42075


#b42075 Border Color

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

This div border color is #b42075


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b42075


Comments

No comments written yet.

Please login to write comment.