Color Hex Logo

#b82bd6 Color Hex

#B82BD6
(184,43,214)
0 Favorites   0 Comments

Color spaces of #b82bd6

RGB 18443214
HSL0.800.680.50
HSV289°80°84°
CMYK 0.140.800.00   0.16
XYZ32.768616.773165.1288
Yxy16.77310.28580.1463
Hunter Lab40.955071.1489-65.6177
CIE-Lab47.972974.8532-58.2153

#b82bd6 color RGB value is (184,43,214).

#b82bd6 hex color red value is 184, green value is 43 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #b82bd6 hue: 0.80 , saturation: 0.68 and the lightness value of b82bd6 is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101011 11010110
Octal 270 53 326
Decimal 184 43 214
Hex B8 2B D6

RGB Percentages of Color #b82bd6

%41.72
%9.75
%48.53

CMYK Percentages of Color #b82bd6

%14
%80
%0
%16

Triadic Colors of #b82bd6

#b82bd6 #d6b82b #2bd6b8

Analogous Colors of #b82bd6

#b82bd6 #d62b9f #632bd6

Monochromatic Colors of #b82bd6

#b82bd6

Complementary Color

#b82bd6 #49d62b

#b82bd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82bd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82bd6 Color CSS Codes

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

#b82bd6 Text Font Color

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

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


#b82bd6 Background Color

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

This div background color is #b82bd6


#b82bd6 Border Color

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

This div border color is #b82bd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82bd6


Comments

No comments written yet.

Please login to write comment.