Color Hex Logo

#b32388 Color Hex

#B32388
(179,35,136)
0 Favorites   0 Comments

Color spaces of #b32388

RGB 17935136
HSL0.880.670.42
HSV318°80°70°
CMYK 0.000.800.24   0.30
XYZ23.635412.563324.4718
Yxy12.56330.38960.2071
Hunter Lab35.444756.9997-16.1237
CIE-Lab42.097763.9997-21.4310

#b32388 color RGB value is (179,35,136).

#b32388 hex color red value is 179, green value is 35 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #b32388 hue: 0.88 , saturation: 0.67 and the lightness value of b32388 is 0.42.

The process color (four color CMYK) of #b32388 color hex is 0.00, 0.80, 0.24, 0.30. Web safe color of #b32388 is #cc3399. Color #b32388 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110011 00100011 10001000
Octal 263 43 210
Decimal 179 35 136
Hex B3 23 88

RGB Percentages of Color #b32388

%51.14
%10.00
%38.86

CMYK Percentages of Color #b32388

%0
%80
%24
%30

Triadic Colors of #b32388

#b32388 #88b323 #2388b3

Analogous Colors of #b32388

#b32388 #b32340 #9623b3

Monochromatic Colors of #b32388

#b32388

Complementary Color

#b32388 #23b34e

#b32388 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b32388 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b32388 Color CSS Codes

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

#b32388 Text Font Color

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

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


#b32388 Background Color

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

This div background color is #b32388


#b32388 Border Color

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

This div border color is #b32388


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(179,35,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 #b32388">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b32388


Comments

No comments written yet.

Please login to write comment.