Color Hex Logo

#b246ab Color Hex

#B246AB
(178,70,171)
0 Favorites   0 Comments

Color spaces of #b246ab

RGB 17870171
HSL0.840.440.49
HSV304°61°70°
CMYK 0.000.610.04   0.30
XYZ27.900916.785640.2975
Yxy16.78560.32830.1975
Hunter Lab40.970249.8613-29.6373
CIE-Lab47.988756.4861-33.2685

#b246ab color RGB value is (178,70,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000110 10101011
Octal 262 106 253
Decimal 178 70 171
Hex B2 46 AB

RGB Percentages of Color #b246ab

%42.48
%16.71
%40.81

CMYK Percentages of Color #b246ab

%0
%61
%4
%30

Triadic Colors of #b246ab

#b246ab #abb246 #46abb2

Analogous Colors of #b246ab

#b246ab #b24675 #8346b2

Monochromatic Colors of #b246ab

#b246ab

Complementary Color

#b246ab #46b24d

#b246ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b246ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b246ab Color CSS Codes

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

#b246ab Text Font Color

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

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


#b246ab Background Color

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

This div background color is #b246ab


#b246ab Border Color

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

This div border color is #b246ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b246ab


Comments

No comments written yet.

Please login to write comment.