Color Hex Logo

#b82682 Color Hex

#B82682
(184,38,130)
0 Favorites   0 Comments

Color spaces of #b82682

RGB 18438130
HSL0.890.660.44
HSV322°79°72°
CMYK 0.000.790.29   0.28
XYZ24.489513.188322.3739
Yxy13.18830.40780.2196
Hunter Lab36.315756.8190-11.1072
CIE-Lab43.045663.6567-16.2177

#b82682 color RGB value is (184,38,130).

#b82682 hex color red value is 184, green value is 38 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #b82682 hue: 0.89 , saturation: 0.66 and the lightness value of b82682 is 0.44.

The process color (four color CMYK) of #b82682 color hex is 0.00, 0.79, 0.29, 0.28. Web safe color of #b82682 is #cc3399. Color #b82682 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00100110 10000010
Octal 270 46 202
Decimal 184 38 130
Hex B8 26 82

RGB Percentages of Color #b82682

%52.27
%10.80
%36.93

CMYK Percentages of Color #b82682

%0
%79
%29
%28

Triadic Colors of #b82682

#b82682 #82b826 #2682b8

Analogous Colors of #b82682

#b82682 #b82639 #a526b8

Monochromatic Colors of #b82682

#b82682

Complementary Color

#b82682 #26b85c

#b82682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82682 Color CSS Codes

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

#b82682 Text Font Color

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

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


#b82682 Background Color

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

This div background color is #b82682


#b82682 Border Color

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

This div border color is #b82682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82682


Comments

No comments written yet.

Please login to write comment.