Color Hex Logo

#b53466 Color Hex

#B53466
(181,52,102)
0 Favorites   0 Comments

Color spaces of #b53466

RGB 18152102
HSL0.940.550.46
HSV337°71°71°
CMYK 0.000.710.44   0.29
XYZ22.682313.239013.9303
Yxy13.23900.45500.2656
Hunter Lab36.385447.60052.7704
CIE-Lab43.121255.30391.1556

#b53466 color RGB value is (181,52,102).

#b53466 hex color red value is 181, green value is 52 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #b53466 hue: 0.94 , saturation: 0.55 and the lightness value of b53466 is 0.46.

The process color (four color CMYK) of #b53466 color hex is 0.00, 0.71, 0.44, 0.29. Web safe color of #b53466 is #cc3366. Color #b53466 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 00110100 01100110
Octal 265 64 146
Decimal 181 52 102
Hex B5 34 66

RGB Percentages of Color #b53466

%54.03
%15.52
%30.45

CMYK Percentages of Color #b53466

%0
%71
%44
%29

Triadic Colors of #b53466

#b53466 #66b534 #3466b5

Analogous Colors of #b53466

#b53466 #b54334 #b534a7

Monochromatic Colors of #b53466

#b53466

Complementary Color

#b53466 #34b583

#b53466 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b53466 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b53466 Color CSS Codes

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

#b53466 Text Font Color

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

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


#b53466 Background Color

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

This div background color is #b53466


#b53466 Border Color

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

This div border color is #b53466


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b53466


Comments

No comments written yet.

Please login to write comment.