Color Hex Logo

#b52468 Color Hex

#B52468
(181,36,104)
0 Favorites   0 Comments

Color spaces of #b52468

RGB 18136104
HSL0.920.670.43
HSV332°80°71°
CMYK 0.000.800.43   0.29
XYZ22.185612.085014.2600
Yxy12.08500.45710.2490
Hunter Lab34.763553.08030.0137
CIE-Lab41.350960.6538-2.6855

#b52468 color RGB value is (181,36,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 01101000
Octal 265 44 150
Decimal 181 36 104
Hex B5 24 68

RGB Percentages of Color #b52468

%56.39
%11.21
%32.40

CMYK Percentages of Color #b52468

%0
%80
%43
%29

Triadic Colors of #b52468

#b52468 #68b524 #2468b5

Analogous Colors of #b52468

#b52468 #b52924 #b524b1

Monochromatic Colors of #b52468

#b52468

Complementary Color

#b52468 #24b571

#b52468 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52468 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52468 Color CSS Codes

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

#b52468 Text Font Color

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

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


#b52468 Background Color

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

This div background color is #b52468


#b52468 Border Color

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

This div border color is #b52468


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52468


Comments

No comments written yet.

Please login to write comment.