Color Hex Logo

#b82baf Color Hex

#B82BAF
(184,43,175)
0 Favorites   0 Comments

Color spaces of #b82baf

RGB 18443175
HSL0.840.620.45
HSV304°77°72°
CMYK 0.000.770.05   0.28
XYZ28.368915.013241.9601
Yxy15.01320.33240.1759
Hunter Lab38.746962.8835-37.0840
CIE-Lab45.652368.4048-39.2451

#b82baf color RGB value is (184,43,175).

#b82baf hex color red value is 184, green value is 43 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b82baf hue: 0.84 , saturation: 0.62 and the lightness value of b82baf is 0.45.

The process color (four color CMYK) of #b82baf color hex is 0.00, 0.77, 0.05, 0.28. Web safe color of #b82baf is #cc3399. Color #b82baf contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101011 10101111
Octal 270 53 257
Decimal 184 43 175
Hex B8 2B AF

RGB Percentages of Color #b82baf

%45.77
%10.70
%43.53

CMYK Percentages of Color #b82baf

%0
%77
%5
%28

Triadic Colors of #b82baf

#b82baf #afb82b #2bafb8

Analogous Colors of #b82baf

#b82baf #b82b69 #7b2bb8

Monochromatic Colors of #b82baf

#b82baf

Complementary Color

#b82baf #2bb834

#b82baf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82baf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82baf Color CSS Codes

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

#b82baf Text Font Color

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

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


#b82baf Background Color

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

This div background color is #b82baf


#b82baf Border Color

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

This div border color is #b82baf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82baf


Comments

No comments written yet.

Please login to write comment.