Color Hex Logo

#b3397d Color Hex

#B3397D
(179,57,125)
0 Favorites   0 Comments

Color spaces of #b3397d

RGB 17957125
HSL0.910.520.46
HSV327°68°70°
CMYK 0.000.680.30   0.30
XYZ23.755213.990620.8505
Yxy13.99060.40540.2388
Hunter Lab37.404047.9079-6.8678
CIE-Lab44.219455.3847-11.4520

#b3397d color RGB value is (179,57,125).

#b3397d hex color red value is 179, green value is 57 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #b3397d hue: 0.91 , saturation: 0.52 and the lightness value of b3397d is 0.46.

The process color (four color CMYK) of #b3397d color hex is 0.00, 0.68, 0.30, 0.30. Web safe color of #b3397d is #cc3366. Color #b3397d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00111001 01111101
Octal 263 71 175
Decimal 179 57 125
Hex B3 39 7D

RGB Percentages of Color #b3397d

%49.58
%15.79
%34.63

CMYK Percentages of Color #b3397d

%0
%68
%30
%30

Triadic Colors of #b3397d

#b3397d #7db339 #397db3

Analogous Colors of #b3397d

#b3397d #b33940 #ac39b3

Monochromatic Colors of #b3397d

#b3397d

Complementary Color

#b3397d #39b36f

#b3397d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3397d Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3397d Color CSS Codes

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

#b3397d Text Font Color

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

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


#b3397d Background Color

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

This div background color is #b3397d


#b3397d Border Color

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

This div border color is #b3397d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(179,57,125, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b3397d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b3397d;
  -webkit-box-shadow: 1px 1px 3px 2px #b3397d;
  box-shadow:         1px 1px 3px 2px #b3397d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,57,125, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3397d


Comments

No comments written yet.

Please login to write comment.