Color Hex Logo

#b35297 Color Hex

#B35297
(179,82,151)
0 Favorites   0 Comments

Color spaces of #b35297

RGB 17982151
HSL0.880.390.51
HSV317°54°70°
CMYK 0.000.540.16   0.30
XYZ27.193617.852731.2908
Yxy17.85270.35620.2339
Hunter Lab42.252540.9405-14.3315
CIE-Lab49.317047.9290-19.3668

#b35297 color RGB value is (179,82,151).

#b35297 hex color red value is 179, green value is 82 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #b35297 hue: 0.88 , saturation: 0.39 and the lightness value of b35297 is 0.51.

The process color (four color CMYK) of #b35297 color hex is 0.00, 0.54, 0.16, 0.30. Web safe color of #b35297 is #cc6699. Color #b35297 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010010 10010111
Octal 263 122 227
Decimal 179 82 151
Hex B3 52 97

RGB Percentages of Color #b35297

%43.45
%19.90
%36.65

CMYK Percentages of Color #b35297

%0
%54
%16
%30

Triadic Colors of #b35297

#b35297 #97b352 #5297b3

Analogous Colors of #b35297

#b35297 #b35267 #9f52b3

Monochromatic Colors of #b35297

#b35297

Complementary Color

#b35297 #52b36e

#b35297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35297 Color CSS Codes

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

#b35297 Text Font Color

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

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


#b35297 Background Color

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

This div background color is #b35297


#b35297 Border Color

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

This div border color is #b35297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35297


Comments

No comments written yet.

Please login to write comment.