Color Hex Logo

#b82aaf Color Hex

#B82AAF
(184,42,175)
0 Favorites   0 Comments

Color spaces of #b82aaf

RGB 18442175
HSL0.840.630.44
HSV304°77°72°
CMYK 0.000.770.05   0.28
XYZ28.333014.941441.9481
Yxy14.94140.33250.1753
Hunter Lab38.654163.1937-37.2846
CIE-Lab45.553868.6881-39.4010

#b82aaf color RGB value is (184,42,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00101010 10101111
Octal 270 52 257
Decimal 184 42 175
Hex B8 2A AF

RGB Percentages of Color #b82aaf

%45.89
%10.47
%43.64

CMYK Percentages of Color #b82aaf

%0
%77
%5
%28

Triadic Colors of #b82aaf

#b82aaf #afb82a #2aafb8

Analogous Colors of #b82aaf

#b82aaf #b82a68 #7a2ab8

Monochromatic Colors of #b82aaf

#b82aaf

Complementary Color

#b82aaf #2ab833

#b82aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b82aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b82aaf Color CSS Codes

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

#b82aaf Text Font Color

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

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


#b82aaf Background Color

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

This div background color is #b82aaf


#b82aaf Border Color

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

This div border color is #b82aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b82aaf


Comments

No comments written yet.

Please login to write comment.