Color Hex Logo

#b82abd Color Hex

#B82ABD
(184,42,189)
0 Favorites   0 Comments

Color spaces of #b82abd

RGB 18442189
HSL0.830.640.45
HSV298°78°74°
CMYK 0.030.780.00   0.26
XYZ29.780415.520449.5702
Yxy15.52040.31390.1636
Hunter Lab39.395965.9898-47.0249
CIE-Lab46.338970.8977-46.3760

#b82abd color RGB value is (184,42,189).

#b82abd hex color red value is 184, green value is 42 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #b82abd hue: 0.83 , saturation: 0.64 and the lightness value of b82abd is 0.45.

The process color (four color CMYK) of #b82abd color hex is 0.03, 0.78, 0.00, 0.26. Web safe color of #b82abd is #cc33cc. Color #b82abd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 10111101
Octal 270 52 275
Decimal 184 42 189
Hex B8 2A BD

RGB Percentages of Color #b82abd

%44.34
%10.12
%45.54

CMYK Percentages of Color #b82abd

%3
%78
%0
%26

Triadic Colors of #b82abd

#b82abd #bdb82a #2abdb8

Analogous Colors of #b82abd

#b82abd #bd2a79 #6f2abd

Monochromatic Colors of #b82abd

#b82abd

Complementary Color

#b82abd #2fbd2a

#b82abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82abd Color CSS Codes

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

#b82abd Text Font Color

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

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


#b82abd Background Color

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

This div background color is #b82abd


#b82abd Border Color

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

This div border color is #b82abd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,42,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82abd


Comments

No comments written yet.

Please login to write comment.