Color Hex Logo

#b037af Color Hex

#B037AF
(176,55,175)
0 Favorites   0 Comments

Color spaces of #b037af

RGB 17655175
HSL0.830.520.45
HSV300°69°69°
CMYK 0.000.690.01   0.31
XYZ27.008515.057642.0403
Yxy15.05760.32110.1790
Hunter Lab38.804156.3326-37.0718
CIE-Lab45.713062.7141-39.2331

#b037af color RGB value is (176,55,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110000 00110111 10101111
Octal 260 67 257
Decimal 176 55 175
Hex B0 37 AF

RGB Percentages of Color #b037af

%43.35
%13.55
%43.10

CMYK Percentages of Color #b037af

%0
%69
%1
%31

Triadic Colors of #b037af

#b037af #afb037 #37afb0

Analogous Colors of #b037af

#b037af #b03773 #7537b0

Monochromatic Colors of #b037af

#b037af

Complementary Color

#b037af #37b038

#b037af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b037af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b037af Color CSS Codes

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

#b037af Text Font Color

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

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


#b037af Background Color

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

This div background color is #b037af


#b037af Border Color

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

This div border color is #b037af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b037af


Comments

No comments written yet.

Please login to write comment.