Color Hex Logo

#b2739d Color Hex

#B2739D
(178,115,157)
0 Favorites   0 Comments

Color spaces of #b2739d

RGB 178115157
HSL0.890.290.57
HSV320°35°70°
CMYK 0.000.350.12   0.30
XYZ30.576624.160834.9502
Yxy24.16080.34090.2694
Hunter Lab49.153625.0192-7.7500
CIE-Lab56.248431.1840-12.3725

#b2739d color RGB value is (178,115,157).

#b2739d hex color red value is 178, green value is 115 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #b2739d hue: 0.89 , saturation: 0.29 and the lightness value of b2739d is 0.57.

The process color (four color CMYK) of #b2739d color hex is 0.00, 0.35, 0.12, 0.30. Web safe color of #b2739d is #996699. Color #b2739d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 01110011 10011101
Octal 262 163 235
Decimal 178 115 157
Hex B2 73 9D

RGB Percentages of Color #b2739d

%39.56
%25.56
%34.89

CMYK Percentages of Color #b2739d

%0
%35
%12
%30

Triadic Colors of #b2739d

#b2739d #9db273 #739db2

Analogous Colors of #b2739d

#b2739d #b2737e #a873b2

Monochromatic Colors of #b2739d

#b2739d

Complementary Color

#b2739d #73b288

#b2739d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2739d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2739d Color CSS Codes

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

#b2739d Text Font Color

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

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


#b2739d Background Color

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

This div background color is #b2739d


#b2739d Border Color

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

This div border color is #b2739d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,115,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b2739d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b2739d;
  -webkit-box-shadow: 1px 1px 3px 2px #b2739d;
  box-shadow:         1px 1px 3px 2px #b2739d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,115,157, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2739d


Comments

No comments written yet.

Please login to write comment.