Color Hex Logo

#b52274 Color Hex

#B52274
(181,34,116)
0 Favorites   0 Comments

Color spaces of #b52274

RGB 18134116
HSL0.910.680.42
HSV327°81°71°
CMYK 0.000.810.36   0.29
XYZ22.780512.228817.6827
Yxy12.22880.43230.2321
Hunter Lab34.969755.0842-5.5017
CIE-Lab41.577562.4047-9.8456

#b52274 color RGB value is (181,34,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 00100010 01110100
Octal 265 42 164
Decimal 181 34 116
Hex B5 22 74

RGB Percentages of Color #b52274

%54.68
%10.27
%35.05

CMYK Percentages of Color #b52274

%0
%81
%36
%29

Triadic Colors of #b52274

#b52274 #74b522 #2274b5

Analogous Colors of #b52274

#b52274 #b5222a #ad22b5

Monochromatic Colors of #b52274

#b52274

Complementary Color

#b52274 #22b563

#b52274 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b52274 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b52274 Color CSS Codes

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

#b52274 Text Font Color

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

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


#b52274 Background Color

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

This div background color is #b52274


#b52274 Border Color

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

This div border color is #b52274


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b52274


Comments

No comments written yet.

Please login to write comment.