Color Hex Logo

#b245ab Color Hex

#B245AB
(178,69,171)
0 Favorites   0 Comments

Color spaces of #b245ab

RGB 17869171
HSL0.840.440.48
HSV304°61°70°
CMYK 0.000.610.04   0.30
XYZ27.838916.661540.2768
Yxy16.66150.32840.1965
Hunter Lab40.818550.3076-29.9302
CIE-Lab47.830756.9212-33.5164

#b245ab color RGB value is (178,69,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 01000101 10101011
Octal 262 105 253
Decimal 178 69 171
Hex B2 45 AB

RGB Percentages of Color #b245ab

%42.58
%16.51
%40.91

CMYK Percentages of Color #b245ab

%0
%61
%4
%30

Triadic Colors of #b245ab

#b245ab #abb245 #45abb2

Analogous Colors of #b245ab

#b245ab #b24575 #8345b2

Monochromatic Colors of #b245ab

#b245ab

Complementary Color

#b245ab #45b24c

#b245ab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b245ab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b245ab Color CSS Codes

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

#b245ab Text Font Color

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

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


#b245ab Background Color

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

This div background color is #b245ab


#b245ab Border Color

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

This div border color is #b245ab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b245ab


Comments

No comments written yet.

Please login to write comment.