Color Hex Logo

#b83aaf Color Hex

#B83AAF
(184,58,175)
0 Favorites   0 Comments

Color spaces of #b83aaf

RGB 18458175
HSL0.850.520.47
HSV304°68°72°
CMYK 0.000.680.05   0.28
XYZ29.018116.311642.1765
Yxy16.31160.33160.1864
Hunter Lab40.387657.5721-33.6448
CIE-Lab47.380763.4845-36.5149

#b83aaf color RGB value is (184,58,175).

#b83aaf hex color red value is 184, green value is 58 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b83aaf hue: 0.85 , saturation: 0.52 and the lightness value of b83aaf is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 00111010 10101111
Octal 270 72 257
Decimal 184 58 175
Hex B8 3A AF

RGB Percentages of Color #b83aaf

%44.12
%13.91
%41.97

CMYK Percentages of Color #b83aaf

%0
%68
%5
%28

Triadic Colors of #b83aaf

#b83aaf #afb83a #3aafb8

Analogous Colors of #b83aaf

#b83aaf #b83a70 #823ab8

Monochromatic Colors of #b83aaf

#b83aaf

Complementary Color

#b83aaf #3ab843

#b83aaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b83aaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b83aaf Color CSS Codes

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

#b83aaf Text Font Color

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

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


#b83aaf Background Color

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

This div background color is #b83aaf


#b83aaf Border Color

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

This div border color is #b83aaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b83aaf


Comments

No comments written yet.

Please login to write comment.