Color Hex Logo

#b35582 Color Hex

#B35582
(179,85,130)
0 Favorites   0 Comments

Color spaces of #b35582

RGB 17985130
HSL0.920.380.52
HSV331°53°70°
CMYK 0.000.530.27   0.30
XYZ25.868217.692423.1707
Yxy17.69240.38760.2651
Hunter Lab42.062336.1678-3.2172
CIE-Lab49.120943.3321-7.1278

#b35582 color RGB value is (179,85,130).

#b35582 hex color red value is 179, green value is 85 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b35582 hue: 0.92 , saturation: 0.38 and the lightness value of b35582 is 0.52.

The process color (four color CMYK) of #b35582 color hex is 0.00, 0.53, 0.27, 0.30. Web safe color of #b35582 is #cc6699. Color #b35582 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010101 10000010
Octal 263 125 202
Decimal 179 85 130
Hex B3 55 82

RGB Percentages of Color #b35582

%45.43
%21.57
%32.99

CMYK Percentages of Color #b35582

%0
%53
%27
%30

Triadic Colors of #b35582

#b35582 #82b355 #5582b3

Analogous Colors of #b35582

#b35582 #b35755 #b355b1

Monochromatic Colors of #b35582

#b35582

Complementary Color

#b35582 #55b386

#b35582 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35582 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35582 Color CSS Codes

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

#b35582 Text Font Color

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

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


#b35582 Background Color

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

This div background color is #b35582


#b35582 Border Color

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

This div border color is #b35582


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35582


Comments

No comments written yet.

Please login to write comment.