Color Hex Logo

#b282ab Color Hex

#B282AB
(178,130,171)
0 Favorites   0 Comments

Color spaces of #b282ab

RGB 178130171
HSL0.860.240.60
HSV309°27°70°
CMYK 0.000.270.04   0.30
XYZ33.693428.370542.2283
Yxy28.37050.32310.2720
Hunter Lab53.264019.7025-9.7210
CIE-Lab60.222025.3229-14.4344

#b282ab color RGB value is (178,130,171).

#b282ab hex color red value is 178, green value is 130 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b282ab hue: 0.86 , saturation: 0.24 and the lightness value of b282ab is 0.60.

The process color (four color CMYK) of #b282ab color hex is 0.00, 0.27, 0.04, 0.30. Web safe color of #b282ab is #999999. Color #b282ab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10000010 10101011
Octal 262 202 253
Decimal 178 130 171
Hex B2 82 AB

RGB Percentages of Color #b282ab

%37.16
%27.14
%35.70

CMYK Percentages of Color #b282ab

%0
%27
%4
%30

Triadic Colors of #b282ab

#b282ab #abb282 #82abb2

Analogous Colors of #b282ab

#b282ab #b28293 #a182b2

Monochromatic Colors of #b282ab

#b282ab

Complementary Color

#b282ab #82b289

#b282ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b282ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b282ab Color CSS Codes

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

#b282ab Text Font Color

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

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


#b282ab Background Color

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

This div background color is #b282ab


#b282ab Border Color

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

This div border color is #b282ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b282ab


Comments

No comments written yet.

Please login to write comment.