Color Hex Logo

#b35188 Color Hex

#B35188
(179,81,136)
0 Favorites   0 Comments

Color spaces of #b35188

RGB 17981136
HSL0.910.390.51
HSV326°55°70°
CMYK 0.000.550.24   0.30
XYZ25.976817.246125.2523
Yxy17.24610.37940.2519
Hunter Lab41.528438.9803-6.9827
CIE-Lab48.568646.1653-11.5536

#b35188 color RGB value is (179,81,136).

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

The process color (four color CMYK) of #b35188 color hex is 0.00, 0.55, 0.24, 0.30. Web safe color of #b35188 is #cc6699. Color #b35188 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 01010001 10001000
Octal 263 121 210
Decimal 179 81 136
Hex B3 51 88

RGB Percentages of Color #b35188

%45.20
%20.45
%34.34

CMYK Percentages of Color #b35188

%0
%55
%24
%30

Triadic Colors of #b35188

#b35188 #88b351 #5188b3

Analogous Colors of #b35188

#b35188 #b35157 #ad51b3

Monochromatic Colors of #b35188

#b35188

Complementary Color

#b35188 #51b37c

#b35188 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b35188 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b35188 Color CSS Codes

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

#b35188 Text Font Color

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

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


#b35188 Background Color

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

This div background color is #b35188


#b35188 Border Color

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

This div border color is #b35188


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b35188


Comments

No comments written yet.

Please login to write comment.