Color Hex Logo

#b236ab Color Hex

#B236AB
(178,54,171)
0 Favorites   0 Comments

Color spaces of #b236ab

RGB 17854171
HSL0.840.530.45
HSV303°70°70°
CMYK 0.000.700.04   0.30
XYZ27.029915.043640.0071
Yxy15.04360.32930.1833
Hunter Lab38.786156.5205-34.0062
CIE-Lab45.693962.8834-36.8794

#b236ab color RGB value is (178,54,171).

#b236ab hex color red value is 178, green value is 54 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b236ab hue: 0.84 , saturation: 0.53 and the lightness value of b236ab is 0.45.

The process color (four color CMYK) of #b236ab color hex is 0.00, 0.70, 0.04, 0.30. Web safe color of #b236ab is #993399. Color #b236ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 00110110 10101011
Octal 262 66 253
Decimal 178 54 171
Hex B2 36 AB

RGB Percentages of Color #b236ab

%44.17
%13.40
%42.43

CMYK Percentages of Color #b236ab

%0
%70
%4
%30

Triadic Colors of #b236ab

#b236ab #abb236 #36abb2

Analogous Colors of #b236ab

#b236ab #b2366d #7b36b2

Monochromatic Colors of #b236ab

#b236ab

Complementary Color

#b236ab #36b23d

#b236ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b236ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b236ab Color CSS Codes

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

#b236ab Text Font Color

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

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


#b236ab Background Color

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

This div background color is #b236ab


#b236ab Border Color

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

This div border color is #b236ab


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(178,54,171, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b236ab; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b236ab;
  -webkit-box-shadow: 1px 1px 3px 2px #b236ab;
  box-shadow:         1px 1px 3px 2px #b236ab; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,54,171, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b236ab


Comments

No comments written yet.

Please login to write comment.