Color Hex Logo

#b52369 Color Hex

#B52369
(181,35,105)
0 Favorites   0 Comments

Color spaces of #b52369

RGB 18135105
HSL0.920.680.42
HSV331°81°71°
CMYK 0.000.810.42   0.29
XYZ22.206912.045714.5192
Yxy12.04570.45530.2470
Hunter Lab34.706953.4745-0.5084
CIE-Lab41.288761.0206-3.4045

#b52369 color RGB value is (181,35,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100011 01101001
Octal 265 43 151
Decimal 181 35 105
Hex B5 23 69

RGB Percentages of Color #b52369

%56.39
%10.90
%32.71

CMYK Percentages of Color #b52369

%0
%81
%42
%29

Triadic Colors of #b52369

#b52369 #69b523 #2369b5

Analogous Colors of #b52369

#b52369 #b52623 #b523b2

Monochromatic Colors of #b52369

#b52369

Complementary Color

#b52369 #23b56f

#b52369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52369 Color CSS Codes

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

#b52369 Text Font Color

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

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


#b52369 Background Color

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

This div background color is #b52369


#b52369 Border Color

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

This div border color is #b52369


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,35,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 #b52369">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52369


Comments

No comments written yet.

Please login to write comment.