Color Hex Logo

#b52478 Color Hex

#B52478
(181,36,120)
0 Favorites   0 Comments

Color spaces of #b52478

RGB 18136120
HSL0.900.670.43
HSV325°80°71°
CMYK 0.000.800.34   0.29
XYZ23.077112.441618.9545
Yxy12.44160.42360.2284
Hunter Lab35.272755.0563-7.1699
CIE-Lab41.909562.3155-11.8288

#b52478 color RGB value is (181,36,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100100 01111000
Octal 265 44 170
Decimal 181 36 120
Hex B5 24 78

RGB Percentages of Color #b52478

%53.71
%10.68
%35.61

CMYK Percentages of Color #b52478

%0
%80
%34
%29

Triadic Colors of #b52478

#b52478 #78b524 #2478b5

Analogous Colors of #b52478

#b52478 #b52430 #aa24b5

Monochromatic Colors of #b52478

#b52478

Complementary Color

#b52478 #24b561

#b52478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52478 Color CSS Codes

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

#b52478 Text Font Color

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

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


#b52478 Background Color

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

This div background color is #b52478


#b52478 Border Color

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

This div border color is #b52478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52478


Comments

No comments written yet.

Please login to write comment.