Color Hex Logo

#b673bf Color Hex

#B673BF
(182,115,191)
0 Favorites   0 Comments

Color spaces of #b673bf

RGB 182115191
HSL0.810.370.60
HSV293°40°75°
CMYK 0.050.400.00   0.25
XYZ34.826125.968152.4670
Yxy25.96810.30750.2293
Hunter Lab50.958932.8116-25.3734
CIE-Lab58.006838.7931-29.1995

#b673bf color RGB value is (182,115,191).

#b673bf hex color red value is 182, green value is 115 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #b673bf hue: 0.81 , saturation: 0.37 and the lightness value of b673bf is 0.60.

The process color (four color CMYK) of #b673bf color hex is 0.05, 0.40, 0.00, 0.25. Web safe color of #b673bf is #cc66cc. Color #b673bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10110110 01110011 10111111
Octal 266 163 277
Decimal 182 115 191
Hex B6 73 BF

RGB Percentages of Color #b673bf

%37.30
%23.57
%39.14

CMYK Percentages of Color #b673bf

%5
%40
%0
%25

Triadic Colors of #b673bf

#b673bf #bfb673 #73bfb6

Analogous Colors of #b673bf

#b673bf #bf73a2 #9073bf

Monochromatic Colors of #b673bf

#b673bf

Complementary Color

#b673bf #7cbf73

#b673bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b673bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b673bf Color CSS Codes

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

#b673bf Text Font Color

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

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


#b673bf Background Color

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

This div background color is #b673bf


#b673bf Border Color

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

This div border color is #b673bf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(182,115,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b673bf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b673bf;
  -webkit-box-shadow: 1px 1px 3px 2px #b673bf;
  box-shadow:         1px 1px 3px 2px #b673bf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(182,115,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b673bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b673bf


Comments

No comments written yet.

Please login to write comment.