Color Hex Logo

#b28adc Color Hex

#B28ADC
(178,138,220)
0 Favorites   0 Comments

Color spaces of #b28adc

RGB 178138220
HSL0.750.540.70
HSV269°37°86°
CMYK 0.190.370.00   0.14
XYZ40.366832.809271.9154
Yxy32.80920.27820.2261
Hunter Lab57.279325.5566-34.3443
CIE-Lab64.006130.9823-36.2327

#b28adc color RGB value is (178,138,220).

#b28adc hex color red value is 178, green value is 138 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b28adc hue: 0.75 , saturation: 0.54 and the lightness value of b28adc is 0.70.

The process color (four color CMYK) of #b28adc color hex is 0.19, 0.37, 0.00, 0.14. Web safe color of #b28adc is #9999cc. Color #b28adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110010 10001010 11011100
Octal 262 212 334
Decimal 178 138 220
Hex B2 8A DC

RGB Percentages of Color #b28adc

%33.21
%25.75
%41.04

CMYK Percentages of Color #b28adc

%19
%37
%0
%14

Triadic Colors of #b28adc

#b28adc #dcb28a #8adcb2

Analogous Colors of #b28adc

#b28adc #db8adc #8a8bdc

Monochromatic Colors of #b28adc

#b28adc

Complementary Color

#b28adc #b4dc8a

#b28adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b28adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b28adc Color CSS Codes

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

#b28adc Text Font Color

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

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


#b28adc Background Color

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

This div background color is #b28adc


#b28adc Border Color

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

This div border color is #b28adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b28adc


Comments

No comments written yet.

Please login to write comment.