Color Hex Logo

#b65272 Color Hex

#B65272
(182,82,114)
0 Favorites   0 Comments

Color spaces of #b65272

RGB 18282114
HSL0.950.410.52
HSV341°55°71°
CMYK 0.000.550.37   0.29
XYZ25.346017.194617.9026
Yxy17.19460.41930.2845
Hunter Lab41.466436.54063.4287
CIE-Lab48.504343.79461.6468

#b65272 color RGB value is (182,82,114).

#b65272 hex color red value is 182, green value is 82 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #b65272 hue: 0.95 , saturation: 0.41 and the lightness value of b65272 is 0.52.

The process color (four color CMYK) of #b65272 color hex is 0.00, 0.55, 0.37, 0.29. Web safe color of #b65272 is #cc6666. Color #b65272 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01010010 01110010
Octal 266 122 162
Decimal 182 82 114
Hex B6 52 72

RGB Percentages of Color #b65272

%48.15
%21.69
%30.16

CMYK Percentages of Color #b65272

%0
%55
%37
%29

Triadic Colors of #b65272

#b65272 #72b652 #5272b6

Analogous Colors of #b65272

#b65272 #b66452 #b652a4

Monochromatic Colors of #b65272

#b65272

Complementary Color

#b65272 #52b696

#b65272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b65272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b65272 Color CSS Codes

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

#b65272 Text Font Color

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

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


#b65272 Background Color

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

This div background color is #b65272


#b65272 Border Color

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

This div border color is #b65272


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,82,114, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b65272; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b65272;
  -webkit-box-shadow: 1px 1px 3px 2px #b65272;
  box-shadow:         1px 1px 3px 2px #b65272; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,82,114, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b65272


Comments

No comments written yet.

Please login to write comment.