Color Hex Logo

#b52168 Color Hex

#B52168
(181,33,104)
0 Favorites   0 Comments

Color spaces of #b52168

RGB 18133104
HSL0.920.690.42
HSV331°82°71°
CMYK 0.000.820.43   0.29
XYZ22.098611.910914.2310
Yxy11.91090.45810.2469
Hunter Lab34.512253.8996-0.2895
CIE-Lab41.074261.4437-3.0937

#b52168 color RGB value is (181,33,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100001 01101000
Octal 265 41 150
Decimal 181 33 104
Hex B5 21 68

RGB Percentages of Color #b52168

%56.92
%10.38
%32.70

CMYK Percentages of Color #b52168

%0
%82
%43
%29

Triadic Colors of #b52168

#b52168 #68b521 #2168b5

Analogous Colors of #b52168

#b52168 #b52421 #b521b2

Monochromatic Colors of #b52168

#b52168

Complementary Color

#b52168 #21b56e

#b52168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52168 Color CSS Codes

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

#b52168 Text Font Color

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

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


#b52168 Background Color

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

This div background color is #b52168


#b52168 Border Color

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

This div border color is #b52168


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52168


Comments

No comments written yet.

Please login to write comment.