Color Hex Logo

#b82adc Color Hex

#B82ADC
(184,42,220)
0 Favorites   0 Comments

Color spaces of #b82adc

RGB 18442220
HSL0.800.720.51
HSV288°81°86°
CMYK 0.160.810.00   0.14
XYZ33.513417.013669.2277
Yxy17.01360.27990.1421
Hunter Lab41.247572.8470-70.6359
CIE-Lab48.277276.1779-61.1541

#b82adc color RGB value is (184,42,220).

#b82adc hex color red value is 184, green value is 42 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #b82adc hue: 0.80 , saturation: 0.72 and the lightness value of b82adc is 0.51.

The process color (four color CMYK) of #b82adc color hex is 0.16, 0.81, 0.00, 0.14. Web safe color of #b82adc is #cc33cc. Color #b82adc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 11011100
Octal 270 52 334
Decimal 184 42 220
Hex B8 2A DC

RGB Percentages of Color #b82adc

%41.26
%9.42
%49.33

CMYK Percentages of Color #b82adc

%16
%81
%0
%14

Triadic Colors of #b82adc

#b82adc #dcb82a #2adcb8

Analogous Colors of #b82adc

#b82adc #dc2aa7 #5f2adc

Monochromatic Colors of #b82adc

#b82adc

Complementary Color

#b82adc #4edc2a

#b82adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82adc Color CSS Codes

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

#b82adc Text Font Color

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

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


#b82adc Background Color

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

This div background color is #b82adc


#b82adc Border Color

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

This div border color is #b82adc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82adc


Comments

No comments written yet.

Please login to write comment.