Color Hex Logo

#b52277 Color Hex

#B52277
(181,34,119)
0 Favorites   0 Comments

Color spaces of #b52277

RGB 18134119
HSL0.900.680.42
HSV325°81°71°
CMYK 0.000.810.34   0.29
XYZ22.957912.299718.6168
Yxy12.29970.42610.2283
Hunter Lab35.070955.4744-6.9234
CIE-Lab41.688562.7301-11.5426

#b52277 color RGB value is (181,34,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01110111
Octal 265 42 167
Decimal 181 34 119
Hex B5 22 77

RGB Percentages of Color #b52277

%54.19
%10.18
%35.63

CMYK Percentages of Color #b52277

%0
%81
%34
%29

Triadic Colors of #b52277

#b52277 #77b522 #2277b5

Analogous Colors of #b52277

#b52277 #b5222e #aa22b5

Monochromatic Colors of #b52277

#b52277

Complementary Color

#b52277 #22b560

#b52277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52277 Color CSS Codes

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

#b52277 Text Font Color

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

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


#b52277 Background Color

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

This div background color is #b52277


#b52277 Border Color

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

This div border color is #b52277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52277


Comments

No comments written yet.

Please login to write comment.