Color Hex Logo

#b048af Color Hex

#B048AF
(176,72,175)
0 Favorites   0 Comments

Color spaces of #b048af

RGB 17672175
HSL0.830.420.49
HSV301°59°69°
CMYK 0.000.590.01   0.31
XYZ27.959716.960042.3574
Yxy16.96000.32040.1943
Hunter Lab41.182549.1181-32.1537
CIE-Lab48.209655.7675-35.2939

#b048af color RGB value is (176,72,175).

#b048af hex color red value is 176, green value is 72 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b048af hue: 0.83 , saturation: 0.42 and the lightness value of b048af is 0.49.

The process color (four color CMYK) of #b048af color hex is 0.00, 0.59, 0.01, 0.31. Web safe color of #b048af is #993399. Color #b048af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110000 01001000 10101111
Octal 260 110 257
Decimal 176 72 175
Hex B0 48 AF

RGB Percentages of Color #b048af

%41.61
%17.02
%41.37

CMYK Percentages of Color #b048af

%0
%59
%1
%31

Triadic Colors of #b048af

#b048af #afb048 #48afb0

Analogous Colors of #b048af

#b048af #b0487b #7d48b0

Monochromatic Colors of #b048af

#b048af

Complementary Color

#b048af #48b049

#b048af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b048af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b048af Color CSS Codes

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

#b048af Text Font Color

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

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


#b048af Background Color

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

This div background color is #b048af


#b048af Border Color

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

This div border color is #b048af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b048af


Comments

No comments written yet.

Please login to write comment.