Color Hex Logo

#b731af Color Hex

#B731AF
(183,49,175)
0 Favorites   0 Comments

Color spaces of #b731af

RGB 18349175
HSL0.840.580.45
HSV304°73°72°
CMYK 0.000.730.04   0.28
XYZ28.364615.359142.0271
Yxy15.35910.33080.1791
Hunter Lab39.190760.6072-36.1476
CIE-Lab46.122266.3625-38.5124

#b731af color RGB value is (183,49,175).

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

The process color (four color CMYK) of #b731af color hex is 0.00, 0.73, 0.04, 0.28. Web safe color of #b731af is #cc3399. Color #b731af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110111 00110001 10101111
Octal 267 61 257
Decimal 183 49 175
Hex B7 31 AF

RGB Percentages of Color #b731af

%44.96
%12.04
%43.00

CMYK Percentages of Color #b731af

%0
%73
%4
%28

Triadic Colors of #b731af

#b731af #afb731 #31afb7

Analogous Colors of #b731af

#b731af #b7316c #7c31b7

Monochromatic Colors of #b731af

#b731af

Complementary Color

#b731af #31b739

#b731af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b731af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b731af Color CSS Codes

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

#b731af Text Font Color

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

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


#b731af Background Color

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

This div background color is #b731af


#b731af Border Color

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

This div border color is #b731af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b731af


Comments

No comments written yet.

Please login to write comment.